Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker labels are actually the docker tags #774

Open
halkeye opened this issue Oct 12, 2024 · 0 comments · May be fixed by #775
Open

Docker labels are actually the docker tags #774

halkeye opened this issue Oct 12, 2024 · 0 comments · May be fixed by #775
Assignees
Labels

Comments

@halkeye
Copy link

halkeye commented Oct 12, 2024

Operating system

Docker

UniFi Tag

latest

Docker run

regctl image config --format '{{ jsonPretty .Config.Labels }}' jacobalberty/unifi

Bug description

Docker labels are being incorrectly populated with the various tags an image has

{
  "ghcr.io/jacobalberty/unifi-docker:latest": "",
  "ghcr.io/jacobalberty/unifi-docker:v8": "",
  "ghcr.io/jacobalberty/unifi-docker:v8.5": "",
  "ghcr.io/jacobalberty/unifi-docker:v8.5.6": "",
  "jacobalberty/unifi:latest": "",
  "jacobalberty/unifi:v8": "",
  "jacobalberty/unifi:v8.5": "",
  "jacobalberty/unifi:v8.5.6": "",
  "maintainer": "Jacob Alberty <jacob.alberty@foundigital.com>",
  "org.opencontainers.image.ref.name": "ubuntu",
  "org.opencontainers.image.version": "20.04"
}

Steps to reproduce

Run regctl image config --format '{{ jsonPretty .Config.Labels }}' jacobalberty/unifi

Relevant log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants