🐛 Fix OCI labels and git repo env URLs 🐛
Build and Push 18.04 / build (push) Waiting to run
Build and Push 20.04 / build (push) Waiting to run
Build and Push 22.04 / build (push) Waiting to run
Build and Push 24.04 / build (push) Waiting to run
Build and Push 24.10 / build (push) Waiting to run
Build and Push 26.04 / 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 now point at the real dockersrc GitHub repo.

- Dockerfile: image.url → https://hub.docker.com/r/casjaysdev/ubuntu; source/doc → https://github.com/dockersrc/ubuntu
- Dockerfile.18.04: image.url fixed; registry-host source label dropped
- Dockerfile.20.04: image.url fixed; registry-host source label dropped
- Dockerfile.22.04: image.url fixed; registry-host source label dropped
- Dockerfile.24.04: image.url fixed; registry-host source label dropped
- Dockerfile.24.10: image.url fixed; registry-host source label dropped
- Dockerfile.26.04: image.url fixed; source → https://github.com/dockersrc/ubuntu
- .env.scripts: ENV_GIT_REPO_URL → https://github.com/dockersrc/ubuntu
- .env.scripts.18.04: ENV_GIT_REPO_URL → https://github.com/dockersrc/ubuntu
- .env.scripts.20.04: ENV_GIT_REPO_URL → https://github.com/dockersrc/ubuntu
- .env.scripts.22.04: ENV_GIT_REPO_URL → https://github.com/dockersrc/ubuntu
- .env.scripts.24.04: ENV_GIT_REPO_URL → https://github.com/dockersrc/ubuntu
- .env.scripts.24.10: ENV_GIT_REPO_URL → https://github.com/dockersrc/ubuntu
- .env.scripts.26.04: ENV_GIT_REPO_URL → https://github.com/dockersrc/ubuntu
This commit is contained in:
2026-08-14 14:43:33 -04:00
parent b72a80996b
commit b1ff5c5e37
14 changed files with 18 additions and 25 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/casjaysdevdocker/ubuntu"
ENV_GIT_REPO_URL="https://github.com/dockersrc/ubuntu"
# ENV_REGISTRY_URL: Registry provider base URL (for example https://docker.io)
ENV_REGISTRY_URL="https://docker.io"
# - - - - - - - - - - - - - - - - - - - - - - - - -