Tag container images with v{major} #135

Closed
opened 2025-07-08 08:40:43 -04:00 by AtHeartEngineer · 0 comments

Originally created by @maximbaz on 5/27/2025

I'd like to enable auto-update on PocketID container, which would periodically fetch v1 tag, and pull all the future releases, like v1.0.1, v1.1.0, v1.3.7, etc - any future releases up to a point when you cut the next v2 with breaking changes.

Right now we have to either use v1.0 and manually keep track of when v1.1 gets released and manually updating the tag, or use latest and have the app break whenever the next major version is released.

Thanks!

*Originally created by @maximbaz on 5/27/2025* I'd like to enable auto-update on PocketID container, which would periodically fetch `v1` tag, and pull all the future releases, like `v1.0.1`, `v1.1.0`, `v1.3.7`, etc - any future releases up to a point when you cut the next `v2` with breaking changes. Right now we have to either use `v1.0` and manually keep track of when `v1.1` gets released and manually updating the tag, or use `latest` and have the app break whenever the next major version is released. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pocket-id#135