[GH-ISSUE #1175] Automate Docker builds (Especially from Master, but might as well do for all the releases) #595

Open
opened 2026-02-25 21:35:28 +03:00 by kerem · 35 comments
Owner

Originally created by @marclaporte on GitHub (Aug 15, 2024).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1175

Originally assigned to: @SKB-TECH on GitHub.

A sizable part of Cypht users install it via Docker. Thanks to @jonocodes via https://github.com/cypht-org/cypht-docker/issues/31, we now have: https://hub.docker.com/r/cypht/cypht

As of now, Docker releases (of Cypht stable releases) are manual. This is not a problem as we release stable versions every 2-3 months or so. However, for the development / testing / community process, it's causing quite a bit of friction. We need a way for community testers to get the latest Cypht from master. It could be a daily build, or even for each commit.

A nice side-effect is that will likely help us catch build bugs sooner.

Thoughts?

Thanks!

Originally created by @marclaporte on GitHub (Aug 15, 2024). Original GitHub issue: https://github.com/cypht-org/cypht/issues/1175 Originally assigned to: @SKB-TECH on GitHub. A sizable part of Cypht users install it via Docker. Thanks to @jonocodes via https://github.com/cypht-org/cypht-docker/issues/31, we now have: https://hub.docker.com/r/cypht/cypht As of now, Docker releases (of Cypht stable releases) are manual. This is not a problem as we release stable versions every 2-3 months or so. However, for the development / testing / community process, it's causing quite a bit of friction. We need a way for community testers to get the latest Cypht from master. It could be a daily build, or even for each commit. A nice side-effect is that will likely help us catch build bugs sooner. Thoughts? Thanks!
Author
Owner

@jonocodes commented on GitHub (Aug 15, 2024):

Ok, thinking out loud here....

We can use the date as a tag, but there is no reason to pollute dockerhub with tons of images. So yes, I do think the 'daily' version could be good here.

I think we should tag it 'nightly'. Not sure why, but I think that is a more commonly used/understood name? See https://www.mozilla.org/en-US/firefox/131.0a1/releasenotes/

So lets create a github workflow that does that every day. I think @wangxiaoerYah maybe can do this since he knows about github workflows. You can follow this for the tagging process: https://github.com/cypht-org/cypht/wiki/How-to-release-Cypht#manually-releasing-a-docker-image

To clarify every day an image will be built and pushed with the name 'cypht/cypht:nightly'. Thus overriding the previous day's build.

Separate items not discussed in this ticket:

  1. automating minimal CI, to make sure nightly actually boots at least
  2. automating production builds
<!-- gh-comment-id:2292001942 --> @jonocodes commented on GitHub (Aug 15, 2024): Ok, thinking out loud here.... We can use the date as a tag, but there is no reason to pollute dockerhub with tons of images. So yes, I do think the 'daily' version could be good here. I think we should tag it 'nightly'. Not sure why, but I think that is a more commonly used/understood name? See https://www.mozilla.org/en-US/firefox/131.0a1/releasenotes/ So lets create a github workflow that does that every day. I think @wangxiaoerYah maybe can do this since he knows about github workflows. You can follow this for the tagging process: https://github.com/cypht-org/cypht/wiki/How-to-release-Cypht#manually-releasing-a-docker-image To clarify every day an image will be built and pushed with the name 'cypht/cypht:nightly'. Thus overriding the previous day's build. Separate items not discussed in this ticket: 1. automating minimal CI, to make sure nightly actually boots at least 2. automating production builds
Author
Owner

@marclaporte commented on GitHub (Aug 15, 2024):

I am OK with 'nightly' but 'daily' seems a bit better:
https://en.wikipedia.org/wiki/Daily_build

<!-- gh-comment-id:2292348033 --> @marclaporte commented on GitHub (Aug 15, 2024): I am OK with 'nightly' but 'daily' seems a bit better: https://en.wikipedia.org/wiki/Daily_build
Author
Owner

@marclaporte commented on GitHub (Aug 29, 2024):

https://github.com/cypht-org/cypht/releases/tag/v2.3.0 was released and now also on DockerHub: https://hub.docker.com/r/cypht/cypht/tags

<!-- gh-comment-id:2319236501 --> @marclaporte commented on GitHub (Aug 29, 2024): https://github.com/cypht-org/cypht/releases/tag/v2.3.0 was released and now also on DockerHub: https://hub.docker.com/r/cypht/cypht/tags
Author
Owner

@jonocodes commented on GitHub (Aug 29, 2024):

v2.3.0 (release) was released and now also on DockerHub: hub.docker.com/r/cypht/cypht/tags

Great. Thanks @Shadow243

<!-- gh-comment-id:2319271771 --> @jonocodes commented on GitHub (Aug 29, 2024): > [`v2.3.0` (release)](https://github.com/cypht-org/cypht/releases/tag/v2.3.0) was released and now also on DockerHub: [hub.docker.com/r/cypht/cypht/tags](https://hub.docker.com/r/cypht/cypht/tags) Great. Thanks @Shadow243
Author
Owner

@neotwix commented on GitHub (Sep 11, 2024):

Hello,
Do you have plan to make a workflow for arm64 too ? sailfrog/cypht-docker contain one where the official not.
thnaks for your work.

<!-- gh-comment-id:2343756481 --> @neotwix commented on GitHub (Sep 11, 2024): Hello, Do you have plan to make a workflow for arm64 too ? sailfrog/cypht-docker contain one where the official not. thnaks for your work.
Author
Owner

@rodriguezny commented on GitHub (Sep 11, 2024):

Hello, Do you have plan to make a workflow for arm64 too ? sailfrog/cypht-docker contain one where the official not. thnaks for your work.

Do you mean builds for arm architectures ? Yes, we will add them too.

<!-- gh-comment-id:2343842221 --> @rodriguezny commented on GitHub (Sep 11, 2024): > Hello, Do you have plan to make a workflow for arm64 too ? sailfrog/cypht-docker contain one where the official not. thnaks for your work. Do you mean builds for arm architectures ? Yes, we will add them too.
Author
Owner

@neotwix commented on GitHub (Sep 16, 2024):

Yes For the arm architecture. I should be Fine. Thanks

<!-- gh-comment-id:2353088307 --> @neotwix commented on GitHub (Sep 16, 2024): Yes For the arm architecture. I should be Fine. Thanks
Author
Owner

@rodriguezny commented on GitHub (Sep 16, 2024):

Yes For the arm architecture. I should be Fine. Thanks

Ok, it will be added ASAP.

<!-- gh-comment-id:2353099322 --> @rodriguezny commented on GitHub (Sep 16, 2024): > Yes For the arm architecture. I should be Fine. Thanks Ok, it will be added ASAP.
Author
Owner

@marclaporte commented on GitHub (Sep 28, 2024):

Ok, it will be added ASAP.

Please add manual instructions ASAP to ease testing.

<!-- gh-comment-id:2380376299 --> @marclaporte commented on GitHub (Sep 28, 2024): > Ok, it will be added ASAP. Please add manual instructions ASAP to ease testing.
Author
Owner

@rodriguezny commented on GitHub (Oct 1, 2024):

Hello, Do you have plan to make a workflow for arm64 too ? sailfrog/cypht-docker contain one where the official not. thnaks for your work.

Hello, I added a build for arm64.

Yes For the arm architecture. I should be Fine. Thanks

Ok, it will be added ASAP.

linux/arm64 added: https://hub.docker.com/r/cypht/cypht/tags

<!-- gh-comment-id:2384534457 --> @rodriguezny commented on GitHub (Oct 1, 2024): > Hello, Do you have plan to make a workflow for arm64 too ? sailfrog/cypht-docker contain one where the official not. thnaks for your work. Hello, I added a build for arm64. > > Yes For the arm architecture. I should be Fine. Thanks > > Ok, it will be added ASAP. linux/arm64 added: [https://hub.docker.com/r/cypht/cypht/tags](https://hub.docker.com/r/cypht/cypht/tags)
Author
Owner

@rodriguezny commented on GitHub (Oct 1, 2024):

Hello, Do you have plan to make a workflow for arm64 too ? sailfrog/cypht-docker contain one where the official not. thnaks for your work.

arm64 added https://hub.docker.com/r/cypht/cypht/tags, you can test it.

<!-- gh-comment-id:2384536855 --> @rodriguezny commented on GitHub (Oct 1, 2024): > Hello, Do you have plan to make a workflow for arm64 too ? sailfrog/cypht-docker contain one where the official not. thnaks for your work. arm64 added [https://hub.docker.com/r/cypht/cypht/tags](https://hub.docker.com/r/cypht/cypht/tags), you can test it.
Author
Owner

@marclaporte commented on GitHub (Oct 28, 2024):

Re-opening as we don't yet have Docker builds from master. It would really smooth out our dev-test feedback loop, like here: https://github.com/cypht-org/cypht/issues/1153#issuecomment-2440240071

Also, for releases, the Docker part is manual. This is low priority as it's a manual operation that only needs to be done for stable releases (every few months).

@jonocodes: I remember you had a mental roadmap. Can you share some more wisdom?

Thanks!

<!-- gh-comment-id:2440262962 --> @marclaporte commented on GitHub (Oct 28, 2024): Re-opening as we don't yet have Docker builds from master. It would really smooth out our dev-test feedback loop, like here: https://github.com/cypht-org/cypht/issues/1153#issuecomment-2440240071 Also, for releases, the Docker part is manual. This is low priority as it's a manual operation that only needs to be done for stable releases (every few months). @jonocodes: I remember you had a mental roadmap. Can you share some more wisdom? Thanks!
Author
Owner

@marclaporte commented on GitHub (Oct 28, 2024):

ok, I found "After that we decide how to work this into a github action/automation for the next release perhaps. And how to maintain 'latest' and other non-versioned tags." here: https://github.com/cypht-org/cypht/pull/1001#issuecomment-2130022277

<!-- gh-comment-id:2440280396 --> @marclaporte commented on GitHub (Oct 28, 2024): ok, I found "After that we decide how to work this into a github action/automation for the next release perhaps. And how to maintain 'latest' and other non-versioned tags." here: https://github.com/cypht-org/cypht/pull/1001#issuecomment-2130022277
Author
Owner

@marclaporte commented on GitHub (Oct 28, 2024):

To clarify every day an image will be built and pushed with the name 'cypht/cypht:nightly'. Thus overriding the previous day's build.

I agree with the principle.

Reminder of our lifecycle: https://github.com/cypht-org/cypht/wiki/Lifecycle

Importantly, 2.x is supported for one year once 3.0 is released. Thinking of use cases, how about something like this?

  • cypht/cypht:2.4.0
  • cypht/cypht:master-daily
  • cypht/cypht:3x-daily
  • cypht/cypht:2x-daily
  • cypht/cypht:3x-releases
  • cypht/cypht:2x-releases

So users must proactively determine a specific version, or latest stable release per branch, or daily build for master and major versions.

<!-- gh-comment-id:2440324020 --> @marclaporte commented on GitHub (Oct 28, 2024): > To clarify every day an image will be built and pushed with the name 'cypht/cypht:nightly'. Thus overriding the previous day's build. I agree with the principle. Reminder of our lifecycle: https://github.com/cypht-org/cypht/wiki/Lifecycle Importantly, 2.x is supported for one year once 3.0 is released. Thinking of use cases, how about something like this? - cypht/cypht:2.4.0 - cypht/cypht:master-daily - cypht/cypht:3x-daily - cypht/cypht:2x-daily - cypht/cypht:3x-releases - cypht/cypht:2x-releases So users must proactively determine a specific version, or latest stable release per branch, or daily build for master and major versions.
Author
Owner

@marclaporte commented on GitHub (Oct 28, 2024):

  1. automating minimal CI, to make sure nightly actually boots at least

So if tests fail, cypht/cypht:master-daily can be stuck to a few days ago. That is OK, as we'll fix it fast enough and it's less risky for users.

We already have automated tests for each merge requests before they are accepted in master. What would be different between daily build tests? Some longer tests?

<!-- gh-comment-id:2440385433 --> @marclaporte commented on GitHub (Oct 28, 2024): > 1. automating minimal CI, to make sure nightly actually boots at least So if tests fail, cypht/cypht:master-daily can be stuck to a few days ago. That is OK, as we'll fix it fast enough and it's less risky for users. We already have automated tests for each merge requests before they are accepted in master. What would be different between daily build tests? Some longer tests?
Author
Owner

@marclaporte commented on GitHub (Oct 28, 2024):

@wangxiaoerYah: @SKB-TECH will now start working on this, so now is a good time for any suggestions.

Thanks!

<!-- gh-comment-id:2441431503 --> @marclaporte commented on GitHub (Oct 28, 2024): @wangxiaoerYah: @SKB-TECH will now start working on this, so now is a good time for any suggestions. Thanks!
Author
Owner

@jonocodes commented on GitHub (Oct 28, 2024):

Yes I think this sounds good. And I agree that having daily fall behind it tests break is the way to go.

I would go with this naming scheme as it seems more consistent with how others do it. However this is no real standard, so feel free not to.

cypht/cypht:2.4.0
cypht/cypht:daily
cypht/cypht:3-daily
cypht/cypht:2-daily
cypht/cypht:3
cypht/cypht:2

My one concern is '2-daily'. The issue is that eventually it will no longer be updated, but will still be called 'daily'. But this is a minor concern and can probably be cleared up with documentation.

<!-- gh-comment-id:2441525423 --> @jonocodes commented on GitHub (Oct 28, 2024): Yes I think this sounds good. And I agree that having daily fall behind it tests break is the way to go. I would go with this naming scheme as it seems more consistent with how others do it. However this is no real standard, so feel free not to. cypht/cypht:2.4.0 cypht/cypht:daily cypht/cypht:3-daily cypht/cypht:2-daily cypht/cypht:3 cypht/cypht:2 My one concern is '2-daily'. The issue is that eventually it will no longer be updated, but will still be called 'daily'. But this is a minor concern and can probably be cleared up with documentation.
Author
Owner

@marclaporte commented on GitHub (Oct 28, 2024):

@JohnXLivingston @mose @benoitg Any wisdom?

<!-- gh-comment-id:2441578611 --> @marclaporte commented on GitHub (Oct 28, 2024): @JohnXLivingston @mose @benoitg Any wisdom?
Author
Owner

@JohnXLivingston commented on GitHub (Oct 28, 2024):

@JohnXLivingston @mose @benoitg Any wisdom?

For what i understand, the main point of the daily build is to have some people test the most active branch.
This is not meant for developpers that are backporting fixes from 3.x to 2.x. Those will not use docker to test, but their dev environment.
If we have multiple daily version, i think nobody will use the old ones.

So, i think that only one daily build is enough, and I think it does not need to specify the major version in its name.

<!-- gh-comment-id:2441692365 --> @JohnXLivingston commented on GitHub (Oct 28, 2024): > @JohnXLivingston @mose @benoitg Any wisdom? For what i understand, the main point of the daily build is to have some people test the most active branch. This is not meant for developpers that are backporting fixes from 3.x to 2.x. Those will not use docker to test, but their dev environment. If we have multiple daily version, i think nobody will use the old ones. So, i think that only one daily build is enough, and I think it does not need to specify the major version in its name.
Author
Owner

@JohnXLivingston commented on GitHub (Oct 28, 2024):

Something else that could be usefull: having special tags pointing to the latest stable version.

When you have a docker environment (for example using docker-compose), you must specify the tag you want.
Then, to update the software when there is a new release (for security fix for example), you have to do a docker-compose pull.
So, when users are using tag as "2.4.0", the image won't update if the new version has a different tag ("2.4.1", "2.5.0", ...).
Admins have to know there is a new version number, and have to change the configuration manually.

A common workaround is to have some special tags:

  • latest, which points to the latest stable version (see for example nginx latest)
  • have some tags like "develop" (equivalent to the "daily" we discuss here) and "production" (see peertube)
  • have a tag with the exact version ("2.4.2") and another with the minor version ("2.4") that points to the last security patch version (see for example nginx 1.27)
  • maybe same thing with "2" that points to the latest "2.x"

Those are just tags. Multiple tags can share the same build (no need to build X times, just build the new image, and change existing tags to point at it).

(i don't say that we must have all those tags, we just have to choose the preferred strategy)

<!-- gh-comment-id:2441727879 --> @JohnXLivingston commented on GitHub (Oct 28, 2024): Something else that could be usefull: having special tags pointing to the latest stable version. When you have a docker environment (for example using docker-compose), you must specify the tag you want. Then, to update the software when there is a new release (for security fix for example), you have to do a `docker-compose pull`. So, when users are using tag as "2.4.0", the image won't update if the new version has a different tag ("2.4.1", "2.5.0", ...). Admins have to know there is a new version number, and have to change the configuration manually. A common workaround is to have some special tags: * latest, which points to the latest stable version (see for example [nginx latest](https://hub.docker.com/_/nginx/tags?name=latest)) * have some tags like "develop" (equivalent to the "daily" we discuss here) and "production" (see [peertube](https://hub.docker.com/r/chocobozzz/peertube/tags)) * have a tag with the exact version ("2.4.2") and another with the minor version ("2.4") that points to the last security patch version (see for example [nginx 1.27](https://hub.docker.com/_/nginx/tags?name=1.27)) * maybe same thing with "2" that points to the latest "2.x" Those are just tags. Multiple tags can share the same build (no need to build X times, just build the new image, and change existing tags to point at it). (i don't say that we must have all those tags, we just have to choose the preferred strategy)
Author
Owner

@benoitg commented on GitHub (Oct 28, 2024):

My only concern it that we should make sure not to create a naming convention ambiguity with the snapshots we want to create for tiki, which are human triggered quasi releases meant for dogfooding in production, vs automated daily builds.

We didn't iron out a naming convention either, but tiki snapshots should have the branch and date as part of their name.

Yes it's not the same project, but since it's mostly the same people, there is a very real risk of confusion.

But i'm not well versed enough on the assumptions of the various tooling to form an opinion on the exact naming convention we should use.

<!-- gh-comment-id:2441930366 --> @benoitg commented on GitHub (Oct 28, 2024): My only concern it that we should make sure not to create a naming convention ambiguity with the snapshots we want to create for tiki, which are human triggered quasi releases meant for dogfooding in production, vs automated daily builds. We didn't iron out a naming convention either, but tiki snapshots should have the branch and date as part of their name. Yes it's not the same project, but since it's mostly the same people, there is a very real risk of confusion. But i'm not well versed enough on the assumptions of the various tooling to form an opinion on the exact naming convention we should use.
Author
Owner

@jonocodes commented on GitHub (Oct 28, 2024):

Something else that could be usefull: having special tags pointing to the latest stable version.

When you have a docker environment (for example using docker-compose), you must specify the tag you want. Then, to update the software when there is a new release (for security fix for example), you have to do a docker-compose pull. So, when users are using tag as "2.4.0", the image won't update if the new version has a different tag ("2.4.1", "2.5.0", ...). Admins have to know there is a new version number, and have to change the configuration manually.

A common workaround is to have some special tags:

* latest, which points to the latest stable version (see for example [nginx latest](https://hub.docker.com/_/nginx/tags?name=latest))

I do not like the use of 'latest' as it is ambiguous since it means different things to different docker systems/users. So I specifically avoid that term. In its place I think 'stable' may be appropriate. That being said, I dont encourage such use as a production user should at least know which major version they want to run. If 'stable' is pointing to 2, and there is a breaking change when it switches to 3, this will be problematic when the version gets changed out from under the user.

* have some tags like "develop" (equivalent to the "daily" we discuss here) and "production" (see [peertube](https://hub.docker.com/r/chocobozzz/peertube/tags))

Agreed. That is the intent of the above daily/nightly above. I generally think this is a case that should not come up since the included build tools make it unnecessary, but thats just me.

* have a tag with the exact version ("2.4.2") and another with the minor version ("2.4") that points to the last security patch version (see for example [nginx 1.27](https://hub.docker.com/_/nginx/tags?name=1.27))
* maybe same thing with "2" that points to the latest "2.x"

Yes. Those are the intent of the above mentioned 'cypht/cypht:2' which is would point to 'cypht/cypht:2.4.0'

<!-- gh-comment-id:2442129290 --> @jonocodes commented on GitHub (Oct 28, 2024): > Something else that could be usefull: having special tags pointing to the latest stable version. > > When you have a docker environment (for example using docker-compose), you must specify the tag you want. Then, to update the software when there is a new release (for security fix for example), you have to do a `docker-compose pull`. So, when users are using tag as "2.4.0", the image won't update if the new version has a different tag ("2.4.1", "2.5.0", ...). Admins have to know there is a new version number, and have to change the configuration manually. > > A common workaround is to have some special tags: > > * latest, which points to the latest stable version (see for example [nginx latest](https://hub.docker.com/_/nginx/tags?name=latest)) I do not like the use of 'latest' as it is ambiguous since it means different things to different docker systems/users. So I specifically avoid that term. In its place I think 'stable' may be appropriate. That being said, I dont encourage such use as a production user should at least know which major version they want to run. If 'stable' is pointing to 2, and there is a breaking change when it switches to 3, this will be problematic when the version gets changed out from under the user. > * have some tags like "develop" (equivalent to the "daily" we discuss here) and "production" (see [peertube](https://hub.docker.com/r/chocobozzz/peertube/tags)) Agreed. That is the intent of the above daily/nightly above. I generally think this is a case that should not come up since the included build tools make it unnecessary, but thats just me. > * have a tag with the exact version ("2.4.2") and another with the minor version ("2.4") that points to the last security patch version (see for example [nginx 1.27](https://hub.docker.com/_/nginx/tags?name=1.27)) > * maybe same thing with "2" that points to the latest "2.x" Yes. Those are the intent of the above mentioned 'cypht/cypht:2' which is would point to 'cypht/cypht:2.4.0'
Author
Owner

@marclaporte commented on GitHub (Nov 28, 2024):

This is needed to unblock this task: https://github.com/cypht-org/cypht/issues/1386#issuecomment-2506041009

<!-- gh-comment-id:2506133419 --> @marclaporte commented on GitHub (Nov 28, 2024): This is needed to unblock this task: https://github.com/cypht-org/cypht/issues/1386#issuecomment-2506041009
Author
Owner

@SKB-TECH commented on GitHub (Dec 4, 2024):

@marclaporte , @jonocodes , @rodriguezny , @benoitg , @JohnXLivingston , @neotwix
After having read all the comments, here is the synthesis even if we are already working on it:

  1. Automate a minimal CI;
  2. Automate the daily build of a docker Image and make it available in dockerHub from the master branch, taking into account linux/arm64 and linux/amd64 architecture.
  3. Tag the image daily

If we've forgotten, please call us back.

<!-- gh-comment-id:2518697015 --> @SKB-TECH commented on GitHub (Dec 4, 2024): @marclaporte , @jonocodes , @rodriguezny , @benoitg , @JohnXLivingston , @neotwix After having read all the comments, here is the synthesis even if we are already working on it: 1. Automate a minimal CI; 2. Automate the daily build of a docker Image and make it available in dockerHub from the master branch, taking into account linux/arm64 and linux/amd64 architecture. 3. Tag the image daily If we've forgotten, please call us back.
Author
Owner

@marclaporte commented on GitHub (Dec 28, 2024):

This would help for @knightsg to test master for: https://github.com/cypht-org/cypht/issues/671

<!-- gh-comment-id:2564387961 --> @marclaporte commented on GitHub (Dec 28, 2024): This would help for @knightsg to test master for: https://github.com/cypht-org/cypht/issues/671
Author
Owner

@marclaporte commented on GitHub (Feb 4, 2025):

@SKB-TECH @rodriguezny @JohnXLivingston

https://hub.docker.com/r/cypht/cypht/tags seems good.

AFAICT, ARM64 is next (not a high priority)
https://github.com/cypht-org/cypht/pull/1325#issuecomment-2618567656

Anything else planned?

<!-- gh-comment-id:2632714339 --> @marclaporte commented on GitHub (Feb 4, 2025): @SKB-TECH @rodriguezny @JohnXLivingston https://hub.docker.com/r/cypht/cypht/tags seems good. AFAICT, ARM64 is next (not a high priority) https://github.com/cypht-org/cypht/pull/1325#issuecomment-2618567656 Anything else planned?
Author
Owner

@rodriguezny commented on GitHub (Feb 4, 2025):

@SKB-TECH @rodriguezny @JohnXLivingston

https://hub.docker.com/r/cypht/cypht/tags seems good.

AFAICT, ARM64 is next (not a high priority) #1325 (comment)

Anything else planned?

Apart from arm64 support, we have also to automate builds for releases.

<!-- gh-comment-id:2633450359 --> @rodriguezny commented on GitHub (Feb 4, 2025): > [@SKB-TECH](https://github.com/SKB-TECH) [@rodriguezny](https://github.com/rodriguezny) [@JohnXLivingston](https://github.com/JohnXLivingston) > > https://hub.docker.com/r/cypht/cypht/tags seems good. > > AFAICT, ARM64 is next (not a high priority) [#1325 (comment)](https://github.com/cypht-org/cypht/pull/1325#issuecomment-2618567656) > > Anything else planned? Apart from arm64 support, we have also to automate builds for releases.
Author
Owner

@rodriguezny commented on GitHub (Jul 10, 2025):

@SKB-TECH @rodriguezny @JohnXLivingston
https://hub.docker.com/r/cypht/cypht/tags seems good.
AFAICT, ARM64 is next (not a high priority) #1325 (comment)
Anything else planned?

Apart from arm64 support, we have also to automate builds for releases.

Auto-build for releases has been added by https://github.com/cypht-org/cypht/pull/1543

<!-- gh-comment-id:3057498417 --> @rodriguezny commented on GitHub (Jul 10, 2025): > > [@SKB-TECH](https://github.com/SKB-TECH) [@rodriguezny](https://github.com/rodriguezny) [@JohnXLivingston](https://github.com/JohnXLivingston) > > https://hub.docker.com/r/cypht/cypht/tags seems good. > > AFAICT, ARM64 is next (not a high priority) [#1325 (comment)](https://github.com/cypht-org/cypht/pull/1325#issuecomment-2618567656) > > Anything else planned? > > Apart from arm64 support, we have also to automate builds for releases. Auto-build for releases has been added by [https://github.com/cypht-org/cypht/pull/1543](https://github.com/cypht-org/cypht/pull/1543)
Author
Owner

@SKB-TECH commented on GitHub (Aug 11, 2025):

add multi-platform daily builds: https://github.com/cypht-org/cypht/pull/1608

<!-- gh-comment-id:3176740306 --> @SKB-TECH commented on GitHub (Aug 11, 2025): add multi-platform daily builds: https://github.com/cypht-org/cypht/pull/1608
Author
Owner

@marclaporte commented on GitHub (Aug 21, 2025):

What is the next step?

<!-- gh-comment-id:3210456103 --> @marclaporte commented on GitHub (Aug 21, 2025): What is the next step?
Author
Owner

@SKB-TECH commented on GitHub (Aug 21, 2025):

@rodriguezny can now connect all things to build images daily

<!-- gh-comment-id:3210471224 --> @SKB-TECH commented on GitHub (Aug 21, 2025): @rodriguezny can now connect all things to build images daily
Author
Owner

@rodriguezny commented on GitHub (Aug 21, 2025):

@rodriguezny can now connect all things to build images daily

I reviewd the images on dockerhub, we have now daily builds for arm64 architecture, good. But i noticed a new tag "buildcache", I left you a comment about on avantech.

<!-- gh-comment-id:3211087252 --> @rodriguezny commented on GitHub (Aug 21, 2025): > [@rodriguezny](https://github.com/rodriguezny) can now connect all things to build images daily I reviewd the images on dockerhub, we have now daily builds for arm64 architecture, good. But i noticed a new tag "buildcache", I left you a comment about on avantech.
Author
Owner

@rodriguezny commented on GitHub (Aug 21, 2025):

What is the next step?

We are almost done, we have automted daily build with amd64 and arm64 architectures and automated release build (build for each new tag) done in https://github.com/cypht-org/cypht/pull/1543 but haven't yet seen the last one in action because there is no new release has been made since the MR has been merged. Also I took a look on https://github.com/cypht-org/cypht/pull/1543 and noticed that it doesn't include the arm64 platform (easy to add, I can submit an MR before a new release), and when cypht is released, tags start by v like v2.4.2 while on dockerhub we name tag without v (e.g : 2.4.2), so something to be fixed. @ljcbaby can you tell us how was the docker tag named when you tested https://github.com/cypht-org/cypht/pull/1543 ?

So I think those 2 things will be the last step on this unless something else is proposed.

<!-- gh-comment-id:3211201469 --> @rodriguezny commented on GitHub (Aug 21, 2025): > What is the next step? We are almost done, we have automted daily build with amd64 and arm64 architectures and automated release build (build for each new tag) done in https://github.com/cypht-org/cypht/pull/1543 but haven't yet seen the last one in action because there is no new release has been made since the MR has been merged. Also I took a look on https://github.com/cypht-org/cypht/pull/1543 and noticed that it doesn't include the arm64 platform (easy to add, I can submit an MR before a new release), and when cypht is released, tags start by v like v2.4.2 while on dockerhub we name tag without v (e.g : 2.4.2), so something to be fixed. @ljcbaby can you tell us how was the docker tag named when you tested https://github.com/cypht-org/cypht/pull/1543 ? So I think those 2 things will be the last step on this unless something else is proposed.
Author
Owner

@ljcbaby commented on GitHub (Aug 22, 2025):

What is the next step?

We are almost done, we have automted daily build with amd64 and arm64 architectures and automated release build (build for each new tag) done in #1543 but haven't yet seen the last one in action because there is no new release has been made since the MR has been merged. Also I took a look on #1543 and noticed that it doesn't include the arm64 platform (easy to add, I can submit an MR before a new release), and when cypht is released, tags start by v like v2.4.2 while on dockerhub we name tag without v (e.g : 2.4.2), so something to be fixed. @ljcbaby can you tell us how was the docker tag named when you tested #1543 ?

So I think those 2 things will be the last step on this unless something else is proposed.

Get tags step, you can change it if necessary, now it read tag name.

<!-- gh-comment-id:3212537501 --> @ljcbaby commented on GitHub (Aug 22, 2025): > > What is the next step? > > We are almost done, we have automted daily build with amd64 and arm64 architectures and automated release build (build for each new tag) done in [#1543](https://github.com/cypht-org/cypht/pull/1543) but haven't yet seen the last one in action because there is no new release has been made since the MR has been merged. Also I took a look on [#1543](https://github.com/cypht-org/cypht/pull/1543) and noticed that it doesn't include the arm64 platform (easy to add, I can submit an MR before a new release), and when cypht is released, tags start by v like v2.4.2 while on dockerhub we name tag without v (e.g : 2.4.2), so something to be fixed. [@ljcbaby](https://github.com/ljcbaby) can you tell us how was the docker tag named when you tested [#1543](https://github.com/cypht-org/cypht/pull/1543) ? > > So I think those 2 things will be the last step on this unless something else is proposed. `Get tags` step, you can change it if necessary, now it read tag name.
Author
Owner

@rodriguezny commented on GitHub (Aug 25, 2025):

What is the next step?

We are almost done, we have automted daily build with amd64 and arm64 architectures and automated release build (build for each new tag) done in #1543 but haven't yet seen the last one in action because there is no new release has been made since the MR has been merged. Also I took a look on #1543 and noticed that it doesn't include the arm64 platform (easy to add, I can submit an MR before a new release), and when cypht is released, tags start by v like v2.4.2 while on dockerhub we name tag without v (e.g : 2.4.2), so something to be fixed. @ljcbaby can you tell us how was the docker tag named when you tested #1543 ?
So I think those 2 things will be the last step on this unless something else is proposed.

Get tags step, you can change it if necessary, now it read tag name.

Ok, thanks, I'll adjust.

<!-- gh-comment-id:3219600547 --> @rodriguezny commented on GitHub (Aug 25, 2025): > > > What is the next step? > > > > > > We are almost done, we have automted daily build with amd64 and arm64 architectures and automated release build (build for each new tag) done in [#1543](https://github.com/cypht-org/cypht/pull/1543) but haven't yet seen the last one in action because there is no new release has been made since the MR has been merged. Also I took a look on [#1543](https://github.com/cypht-org/cypht/pull/1543) and noticed that it doesn't include the arm64 platform (easy to add, I can submit an MR before a new release), and when cypht is released, tags start by v like v2.4.2 while on dockerhub we name tag without v (e.g : 2.4.2), so something to be fixed. [@ljcbaby](https://github.com/ljcbaby) can you tell us how was the docker tag named when you tested [#1543](https://github.com/cypht-org/cypht/pull/1543) ? > > So I think those 2 things will be the last step on this unless something else is proposed. > > `Get tags` step, you can change it if necessary, now it read tag name. Ok, thanks, I'll adjust.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#595
No description provided.