Replies: 1 comment
-
Hmm, I would have to think about how I would even consider implementing that from a standpoint of what I would tag them. I've actually thought about doing away with the The actual tagging part is simple as it's just writing manifests based on the existing images and I would just need a basic script to do a comparison between the latest versions to determine if the tagged version should be the GA or beta manifest. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the Feature/Enhancement/Idea
currently, beta seems to track pre-release only and latest tracks release only... if you want to be on the latest-latest regardless of beta or release, you seem to have to frequently swap between these tags - it would be great to have a version of latest that is actually latest among all stability types
Additional Context
My compose file history looks like this just to track latest-latest over the last few iterations
image: mbentley/omada-controller:latest-chromium #beta-chromium #latest-chromium #beta-chromium
Beta Was this translation helpful? Give feedback.
All reactions