From 8dc4aba9992874f4af6e00f241b3c71032f240a3 Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 14 Aug 2026 14:43:15 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20OCI=20labels=20and=20git?= =?UTF-8?q?=20repo=20env=20URLs=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .env.scripts | 2 +- .env.scripts.10 | 2 +- .env.scripts.10-dev | 2 +- .env.scripts.8 | 2 +- .env.scripts.8-dev | 2 +- .env.scripts.9 | 2 +- .env.scripts.9-dev | 2 +- Dockerfile | 7 +++---- Dockerfile.10 | 3 +-- Dockerfile.10-dev | 3 +-- Dockerfile.8 | 3 +-- Dockerfile.9 | 3 +-- 12 files changed, 14 insertions(+), 19 deletions(-) diff --git a/.env.scripts b/.env.scripts index e41ece3..c9f723b 100644 --- a/.env.scripts +++ b/.env.scripts @@ -37,7 +37,7 @@ ENV_MAINTAINER="CasjaysDev " # - - - - - - - - - - - - - - - - - - - - - - - - - # Repository URLs (Full URLs) # ENV_GIT_REPO_URL: Complete Git repository URL for source code -ENV_GIT_REPO_URL="https://github.com/casjaysdevdocker/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" # - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.env.scripts.10 b/.env.scripts.10 index f345594..8500873 100644 --- a/.env.scripts.10 +++ b/.env.scripts.10 @@ -37,7 +37,7 @@ ENV_MAINTAINER="CasjaysDev " # - - - - - - - - - - - - - - - - - - - - - - - - - # 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" # - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.env.scripts.10-dev b/.env.scripts.10-dev index e6a4122..eba96cc 100644 --- a/.env.scripts.10-dev +++ b/.env.scripts.10-dev @@ -37,7 +37,7 @@ ENV_MAINTAINER="CasjaysDev " # - - - - - - - - - - - - - - - - - - - - - - - - - # 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" # - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.env.scripts.8 b/.env.scripts.8 index 921e556..3227e8f 100644 --- a/.env.scripts.8 +++ b/.env.scripts.8 @@ -37,7 +37,7 @@ ENV_MAINTAINER="CasjaysDev " # - - - - - - - - - - - - - - - - - - - - - - - - - # 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" # - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.env.scripts.8-dev b/.env.scripts.8-dev index 76137fc..67434f8 100644 --- a/.env.scripts.8-dev +++ b/.env.scripts.8-dev @@ -37,7 +37,7 @@ ENV_MAINTAINER="CasjaysDev " # - - - - - - - - - - - - - - - - - - - - - - - - - # 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" # - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.env.scripts.9 b/.env.scripts.9 index f468ed9..0e1f5e1 100644 --- a/.env.scripts.9 +++ b/.env.scripts.9 @@ -37,7 +37,7 @@ ENV_MAINTAINER="CasjaysDev " # - - - - - - - - - - - - - - - - - - - - - - - - - # 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" # - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.env.scripts.9-dev b/.env.scripts.9-dev index 95d214d..11b6822 100644 --- a/.env.scripts.9-dev +++ b/.env.scripts.9-dev @@ -37,7 +37,7 @@ ENV_MAINTAINER="CasjaysDev " # - - - - - - - - - - - - - - - - - - - - - - - - - # 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" # - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Dockerfile b/Dockerfile index f7e2f9f..76385bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -227,12 +227,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://docker.io/casjaysdev/almalinux" -LABEL org.opencontainers.image.source="https://docker.io/casjaysdev/almalinux" +LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/almalinux" LABEL org.opencontainers.image.vcs-type="Git" LABEL org.opencontainers.image.revision="${GIT_COMMIT}" -LABEL org.opencontainers.image.source="https://github.com/casjaysdevdocker/almalinux" -LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/almalinux" +LABEL org.opencontainers.image.source="https://github.com/dockersrc/almalinux" +LABEL org.opencontainers.image.documentation="https://github.com/dockersrc/almalinux" LABEL com.github.containers.toolbox="false" ENV ENV=~/.bashrc diff --git a/Dockerfile.10 b/Dockerfile.10 index 562c43b..e90cf7d 100644 --- a/Dockerfile.10 +++ b/Dockerfile.10 @@ -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" diff --git a/Dockerfile.10-dev b/Dockerfile.10-dev index 4dc556d..6ea4171 100644 --- a/Dockerfile.10-dev +++ b/Dockerfile.10-dev @@ -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" diff --git a/Dockerfile.8 b/Dockerfile.8 index 01e4314..036c911 100644 --- a/Dockerfile.8 +++ b/Dockerfile.8 @@ -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" diff --git a/Dockerfile.9 b/Dockerfile.9 index d17282c..e2f8d42 100644 --- a/Dockerfile.9 +++ b/Dockerfile.9 @@ -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"