🐛 Fix OCI labels and git repo env URLs 🐛
Build and Push 10-dev / build (push) Waiting to run
Build and Push 10 / build (push) Waiting to run
Build and Push 8-dev / build (push) Waiting to run
Build and Push 8 / build (push) Waiting to run
Build and Push 9-dev / build (push) Waiting to run
Build and Push 9 / build (push) Waiting to run
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 labels and
ENV_GIT_REPO_URL must point at the real dockersrc GitHub repo,
not the retired casjaysdevdocker org.

- Dockerfile: image.url → https://hub.docker.com/r/casjaysdev/almalinux; source/doc → https://github.com/dockersrc/almalinux; dropped duplicate registry-host source label
- Dockerfile.8: image.url fixed; registry-host source label dropped
- Dockerfile.9: image.url fixed; registry-host source label dropped
- Dockerfile.10: image.url fixed; registry-host source label dropped
- Dockerfile.10-dev: image.url fixed; registry-host source label dropped
- .env.scripts: ENV_GIT_REPO_URL → https://github.com/dockersrc/almalinux
- .env.scripts.8: ENV_GIT_REPO_URL → https://github.com/dockersrc/almalinux
- .env.scripts.8-dev: ENV_GIT_REPO_URL → https://github.com/dockersrc/almalinux
- .env.scripts.9: ENV_GIT_REPO_URL → https://github.com/dockersrc/almalinux
- .env.scripts.9-dev: ENV_GIT_REPO_URL → https://github.com/dockersrc/almalinux
- .env.scripts.10: ENV_GIT_REPO_URL → https://github.com/dockersrc/almalinux
- .env.scripts.10-dev: ENV_GIT_REPO_URL → https://github.com/dockersrc/almalinux
This commit is contained in:
2026-08-14 14:43:15 -04:00
parent 6a03044646
commit 8dc4aba999
12 changed files with 14 additions and 19 deletions
+1 -2
View File
@@ -226,8 +226,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="docker.io"
LABEL org.opencontainers.image.source="docker.io"
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/almalinux"
LABEL org.opencontainers.image.vcs-type="Git"
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
LABEL org.opencontainers.image.source="https://github.com/dockersrc/almalinux"