mirror of
https://github.com/dockersrc/almalinux
synced 2026-08-15 02:01:16 -04:00
🐛 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
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:
+1
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user