🐛 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:
2026-08-14 14:43:18 -04:00
parent c10a1e7505
commit 960616ee73
11 changed files with 13 additions and 20 deletions
+3
View File
@@ -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 / /