🐛 Fix OCI image.url label 🐛

image.url must be the browsable hub.docker.com/r page — docker.io
is only a registry pull host.

- Dockerfile: image.url → https://hub.docker.com/r/casjaysdev/go; dropped duplicate registry-host source label
This commit is contained in:
2026-08-14 14:43:29 -04:00
parent c1c89916ce
commit 790422a9b6
+1 -1
View File
@@ -271,7 +271,7 @@ LABEL org.opencontainers.image.description="Containerized version of ${IMAGE_NAM
LABEL org.opencontainers.image.created="${BUILD_DATE}"
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
LABEL org.opencontainers.image.revision="${GIT_COMMIT}"
LABEL org.opencontainers.image.url="https://docker.io/casjaysdev/go"
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/go"
LABEL org.opencontainers.image.source="https://github.com/dockersrc/go"
LABEL org.opencontainers.image.documentation="https://github.com/dockersrc/go"
LABEL org.opencontainers.image.vcs-type="Git"