Is your feature request related to a problem? If so, please describe.
For containers using floating tags such as:
image: lissy93/dashy:latest
Dockhand correctly detects an update by comparing image digests, but the UI does not show the actual application version currently running.
Many images already provide this via OCI labels, for example:
org.opencontainers.image.version=4.6.5
org.opencontainers.image.source=https://github.com/lissy93/dashy
This makes it hard to understand which release notes are relevant before clicking Update.
Describe the solution you'd like
When org.opencontainers.image.version is available, show it in the container/update view.
Example:
Image: lissy93/dashy:latest
Running version: 4.6.5
Available version: 4.6.6
Update available
Ideally, when the remote image also exposes org.opencontainers.image.version, Dockhand could display both:
Current: 4.6.5
Target: 4.6.6
Digest: old → new
and popup with the relevant release notes when available.
Suggested fallback
- org.opencontainers.image.version
- configured tag
- digest-only behavior as today
This would keep the current digest-based update mechanism for latest/stable, while providing enough context to make an informed manual update decision.
Priority
Medium (Would be very useful)
Is this something you would be keen to implement
None
Is your feature request related to a problem? If so, please describe.
For containers using floating tags such as:
image: lissy93/dashy:latest
Dockhand correctly detects an update by comparing image digests, but the UI does not show the actual application version currently running.
Many images already provide this via OCI labels, for example:
org.opencontainers.image.version=4.6.5
org.opencontainers.image.source=https://github.com/lissy93/dashy
This makes it hard to understand which release notes are relevant before clicking Update.
Describe the solution you'd like
When org.opencontainers.image.version is available, show it in the container/update view.
Example:
Image: lissy93/dashy:latest
Running version: 4.6.5
Available version: 4.6.6
Update available
Ideally, when the remote image also exposes org.opencontainers.image.version, Dockhand could display both:
Current: 4.6.5
Target: 4.6.6
Digest: old → new
and popup with the relevant release notes when available.
Suggested fallback
This would keep the current digest-based update mechanism for latest/stable, while providing enough context to make an informed manual update decision.
Priority
Medium (Would be very useful)
Is this something you would be keen to implement
None