🐛 Fix OCI image.url/source/doc labels 🐛
Build and Push / build (push) Canceled after 0s

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
This commit is contained in:
2026-08-14 14:43:36 -04:00
parent 3807051ef4
commit ba516cfc4e
+3 -4
View File
@@ -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