🐛 Fix OCI labels and git repo env URL 🐛
Build and Push / build (push) Waiting to run

image.url must be the browsable hub.docker.com/r page — docker.io
is only a registry pull host. source/doc and ENV_GIT_REPO_URL now
point at the real dockersrc GitHub repo.

- Dockerfile: image.url → https://hub.docker.com/r/casjaysdev/archlinux; source/doc → https://github.com/dockersrc/archlinux
- .env.scripts: ENV_GIT_REPO_URL → https://github.com/dockersrc/archlinux
This commit is contained in:
2026-08-14 14:43:21 -04:00
parent 0b2a3381fd
commit 0ae51f21a2
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -239,12 +239,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/archlinux"
LABEL org.opencontainers.image.source="https://hub.docker.com/casjaysdevdocker/archlinux"
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/archlinux"
LABEL org.opencontainers.image.vcs-type="Git"
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
LABEL org.opencontainers.image.source="https://github.com/casjaysdevdocker/archlinux"
LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/archlinux"
LABEL org.opencontainers.image.source="https://github.com/dockersrc/archlinux"
LABEL org.opencontainers.image.documentation="https://github.com/dockersrc/archlinux"
LABEL com.github.containers.toolbox="false"
ENV ENV=~/.bashrc