mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[GH-ISSUE #569] Dockerhub tags of stable releases #187
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#187
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pschiffe on GitHub (Sep 12, 2024).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/569
Hi @mageddo, I have a quick question regarding the docker image tags on the Docker Hub. For snapshot / development releases I see the following tags:
However, for the stable release, I see:
Is the
latestthe non-staticamd64version? Could it be tagged as3.25.10-amd64or3.25.10as well, so it could be pinned?I'm currently on the
snapshotvariant, but I would like to migrate to the stable releases. Also, for the production use as Docker container, what's better?amd64oramd64-static?@mageddo commented on GitHub (Sep 13, 2024):
Hey, @pschiffe
Yes, for all the questions. I will make an adjust so new latest images will be generated as "3.25.10" respecting the pattern used in the snapshot version.
I consider the static image is more convenient as it's based on the scratch docker image, so it's lighter, despite on this, there is no difference.
Use the static binary is good for compatibility but when using docker containers that's not a point.
@pschiffe commented on GitHub (Sep 13, 2024):
Awesome, thank you.
When you feel like it, you could consider multiarch images as well, where 1 tag on docker hub contains more than one arch. Such as here, for example: https://hub.docker.com/_/debian/tags
More info: https://docs.docker.com/build/ci/github-actions/multi-platform/
@mageddo commented on GitHub (Sep 19, 2024):
The pull request was created, next latest release will be generated right after September 30 including the new tags
@mageddo commented on GitHub (Sep 30, 2024):
A specific tag was generated to amd64 on the new latest image, see it.
I'm planning #584 to support multiarch on the generated snapshots and latest images.
Please reopen if you have any adjustment to be done related to this task, thanks in advance 🙏 .