mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 09:21:15 -05:00
[GH-ISSUE #1049] Feature Request: Semantic versioning tags for docker images #1735
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 @binzhou on GitHub (Jul 11, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1049
Originally assigned to: @oschwartz10612 on GitHub.
The official docker images at the moment are tagged with either the exact version (eg. "1.2.3") or "latest".
Could images be pushed and tagged with inexact version strings as well (eg. when pushing "1.2.3", also tag with "1.2" and "1")?
Assuming semantic versioning is used, that would allow folks more flexibility to make finer-grained trade-offs between the latest and greatest vs. stability. For example, I would like to make sure I'm picking up fixes while pinned to a specific feature set (ie. "1.2" in the above example).
It would be great to have this across all fosrl images (pangolin, gerbil, newt).
@oschwartz10612 commented on GitHub (Jul 11, 2025):
Yeah this is a good idea. Will do.
@miloschwartz commented on GitHub (Sep 27, 2025):
Thanks, converting this to a discussion thread so others can upvote and participate!