mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Feature request: Release containers with a version tag #275
Reference in New Issue
Block a user
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 @stavros-k on GitHub (May 3, 2023).
Originally assigned to: @qdm12 on GitHub.
Latest versioned tag is v2.4.1 from 2y ago. It would be great to have a fresh tagged release.
It's a best practice to use tagged containers instead of
latest.That would help also with bug reports knowing what version a user is running.
Also kinda relevant:
More frequent versioned releases.
Thanks!
@stavros-k commented on GitHub (Jun 7, 2023):
I see there is now a tagged image https://hub.docker.com/layers/qmcgaw/ddns-updater/v2.5.0/images/sha256-834268eaa69c802e51e9fa377074fc95ccf58201a2592126367b1a072369d7d7?context=explore
I assume this is now fixed?
@qdm12 commented on GitHub (Jun 8, 2023):
100% definitely, super shame on me, long overdued release finally done!
Well not necessarily. From a user perspective, maybe, but from a maintainer perspective and to have more stable releases, having users use the latest image does help 😉 I actually wrote this up to explain my strategy after reading your issue 😄: https://qqq.ninja/blog/post/docker-tags/
Yes, although the commit is written to the built Docker image so this helps a bit too even with the latest image. Obviously a semver is much easier to comprehend than a commit hash.
Again, for sure, I'll aim at monthly releases from now on 👍