🐛 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 -1
View File
@@ -37,7 +37,7 @@ ENV_MAINTAINER="CasjaysDev <docker-admin@casjaysdev.pro>"
# - - - - - - - - - - - - - - - - - - - - - - - - -
# Repository URLs (Full URLs)
# ENV_GIT_REPO_URL: Complete Git repository URL for source code
ENV_GIT_REPO_URL="https://github.com/casjaysdev/almalinux"
ENV_GIT_REPO_URL="https://github.com/dockersrc/almalinux"
# ENV_REGISTRY_URL: Registry provider base URL (for example https://docker.io)
ENV_REGISTRY_URL="https://docker.io"
# - - - - - - - - - - - - - - - - - - - - - - - - -