From 0ae51f21a232129ef147c3d681d901bfce834b04 Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 14 Aug 2026 14:43:21 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20OCI=20labels=20and=20git?= =?UTF-8?q?=20repo=20env=20URL=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 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 --- .env.scripts | 2 +- Dockerfile | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.env.scripts b/.env.scripts index ebb1e23..523dad1 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/archlinux" +ENV_GIT_REPO_URL="https://github.com/dockersrc/archlinux" # 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 4dbb9d2..24ee450 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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