Feature Request: Semantic versioning tags for docker images #1250

Closed
opened 2026-04-05 18:36:50 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @binzhou on 7/11/2025

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).

*Originally created by @binzhou on 7/11/2025* 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).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1250