mirror of
https://github.com/dockersrc/alpine
synced 2026-08-15 02:01:11 -04:00
🐛 Fix OCI image.url/source/doc labels 🐛
image.url must be the browsable hub.docker.com/r page — docker.io is only a registry pull host. Main Dockerfile was missing the url/source/doc labels entirely; variants carried registry-host URLs in both url and source. - Dockerfile: added image.url https://hub.docker.com/r/casjaysdev/alpine and source/doc https://github.com/dockersrc/alpine - Dockerfile.3.14: image.url fixed; registry-host source label dropped - Dockerfile.3.15: image.url fixed; registry-host source label dropped - Dockerfile.3.16: image.url fixed; registry-host source label dropped - Dockerfile.3.17: image.url fixed; registry-host source label dropped - Dockerfile.3.18: image.url fixed; registry-host source label dropped - Dockerfile.3.19: image.url fixed; registry-host source label dropped - Dockerfile.3.20: image.url fixed; registry-host source label dropped - Dockerfile.3.21: image.url fixed; registry-host source label dropped - Dockerfile.3.22: image.url fixed; registry-host source label dropped - Dockerfile.edge: image.url fixed; registry-host source label dropped
This commit is contained in:
@@ -99,6 +99,9 @@ LABEL org.opencontainers.image.base.name="${IMAGE_NAME}"
|
||||
LABEL org.opencontainers.image.description="Containerized version of ${IMAGE_NAME}"
|
||||
LABEL org.opencontainers.image.build-date="${BUILD_DATE}"
|
||||
LABEL org.opencontainers.image.authors="CasjaysDev <docker-admin@casjaysdev.pro>"
|
||||
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.source="https://github.com/dockersrc/alpine"
|
||||
LABEL org.opencontainers.image.documentation="https://github.com/dockersrc/alpine"
|
||||
|
||||
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
|
||||
COPY --from=build / /
|
||||
|
||||
+1
-2
@@ -224,8 +224,7 @@ LABEL org.opencontainers.image.authors="${LICENSE}"
|
||||
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
||||
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.url="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.source="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.vcs-type="Git"
|
||||
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.source="https://github.com/dockersrc/alpine"
|
||||
|
||||
+1
-2
@@ -224,8 +224,7 @@ LABEL org.opencontainers.image.authors="${LICENSE}"
|
||||
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
||||
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.url="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.source="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.vcs-type="Git"
|
||||
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.source="https://github.com/dockersrc/alpine"
|
||||
|
||||
+1
-2
@@ -224,8 +224,7 @@ LABEL org.opencontainers.image.authors="${LICENSE}"
|
||||
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
||||
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.url="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.source="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.vcs-type="Git"
|
||||
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.source="https://github.com/dockersrc/alpine"
|
||||
|
||||
+1
-2
@@ -224,8 +224,7 @@ LABEL org.opencontainers.image.authors="${LICENSE}"
|
||||
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
||||
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.url="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.source="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.vcs-type="Git"
|
||||
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.source="https://github.com/dockersrc/alpine"
|
||||
|
||||
+1
-2
@@ -224,8 +224,7 @@ LABEL org.opencontainers.image.authors="${LICENSE}"
|
||||
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
||||
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.url="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.source="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.vcs-type="Git"
|
||||
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.source="https://github.com/dockersrc/alpine"
|
||||
|
||||
+1
-2
@@ -224,8 +224,7 @@ LABEL org.opencontainers.image.authors="${LICENSE}"
|
||||
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
||||
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.url="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.source="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.vcs-type="Git"
|
||||
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.source="https://github.com/dockersrc/alpine"
|
||||
|
||||
+1
-2
@@ -224,8 +224,7 @@ LABEL org.opencontainers.image.authors="${LICENSE}"
|
||||
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
||||
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.url="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.source="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.vcs-type="Git"
|
||||
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.source="https://github.com/dockersrc/alpine"
|
||||
|
||||
+1
-2
@@ -224,8 +224,7 @@ LABEL org.opencontainers.image.authors="${LICENSE}"
|
||||
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
||||
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.url="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.source="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.vcs-type="Git"
|
||||
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.source="https://github.com/dockersrc/alpine"
|
||||
|
||||
+1
-2
@@ -224,8 +224,7 @@ LABEL org.opencontainers.image.authors="${LICENSE}"
|
||||
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
||||
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.url="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.source="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.vcs-type="Git"
|
||||
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.source="https://github.com/dockersrc/alpine"
|
||||
|
||||
+1
-2
@@ -224,8 +224,7 @@ LABEL org.opencontainers.image.authors="${LICENSE}"
|
||||
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
||||
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.url="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.source="https://docker.io/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/alpine"
|
||||
LABEL org.opencontainers.image.vcs-type="Git"
|
||||
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.source="https://github.com/dockersrc/alpine"
|
||||
|
||||
Reference in New Issue
Block a user