Skip to content

[FEATURE_REQUEST] Show actual app version for floating tags #2324

Description

@kuzabi

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

  1. org.opencontainers.image.version
  2. configured tag
  3. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

🦄 Feature Request[ISSUE] Suggestion for new feature, update or change

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions