Replies: 4 comments
-
|
Good idea — this is something I've been thinking about since the floating tag work landed in v1.5. What exists todayDrydock currently conflates the image tag and the software version into a single value. The What would make this work wellMany images already publish their software version via the OCI standard label The approach I'm thinking about:
This would also pair nicely with the floating tag detection — a container running I'll add this to the v1.6 plan. |
Beta Was this translation helpful? Give feedback.
-
|
This is queued for v1.6.0 (Phase 5.7). The plan is to automatically extract This pairs particularly well with floating-tag containers ( |
Beta Was this translation helpful? Give feedback.
-
|
Scheduled for v1.6.0. We'll split the conflated column into a separate Tag column and a Version column, auto-extracting the software version from the OCI |
Beta Was this translation helpful? Give feedback.
-
|
Quick update — this is shipping in v1.5.1-rc.4, earlier than the v1.6 I'd mentioned. The containers table now has a separate Tag column (the image tag, like before) and a new Version column showing the application version baked into the image — read from the Important: this is non-breaking. Give it a try once rc.4 is out and let me know if the columns show what you expected. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please see screenshot. Column for version only shows the version tag. Would be really helpful if we had that column named something like "Tag" and an additional column added that is "Version" that shows the version of the running container.
Beta Was this translation helpful? Give feedback.
All reactions