mirror of
https://github.com/dockersrc/go
synced 2026-08-30 02:01:16 -04:00
🐛 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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user