From ba516cfc4ee871b1c4a16fa62eefb01420e67b37 Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 14 Aug 2026 14:43:36 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20OCI=20image.url/source/doc?= =?UTF-8?q?=20labels=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit image.url must be the browsable hub.docker.com/r page — docker.io is only a registry pull host. source/doc now point at the real dockersrc GitHub repo, not casjaysdevdocker. - Dockerfile: image.url → https://hub.docker.com/r/casjaysdev/web; source/doc → https://github.com/dockersrc/web --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8c02a75..40a6559 100644 --- a/Dockerfile +++ b/Dockerfile @@ -219,12 +219,11 @@ 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://hub.docker.com/casjaysdevdocker/web" -LABEL org.opencontainers.image.source="https://hub.docker.com/casjaysdevdocker/web" +LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/web" LABEL org.opencontainers.image.vcs-type="Git" LABEL org.opencontainers.image.revision="${GIT_COMMIT}" -LABEL org.opencontainers.image.source="https://github.com/casjaysdevdocker/web" -LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/web" +LABEL org.opencontainers.image.source="https://github.com/dockersrc/web" +LABEL org.opencontainers.image.documentation="https://github.com/dockersrc/web" LABEL com.github.containers.toolbox="false" ENV ENV=~/.bashrc