mirror of
https://github.com/dockersrc/ubuntu
synced 2026-08-15 02:01:19 -04:00
🐛 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
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:
+3
-4
@@ -240,12 +240,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/ubuntu"
|
||||
LABEL org.opencontainers.image.source="https://hub.docker.com/casjaysdevdocker/ubuntu"
|
||||
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/ubuntu"
|
||||
LABEL org.opencontainers.image.vcs-type="Git"
|
||||
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.source="https://github.com/casjaysdevdocker/ubuntu"
|
||||
LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/ubuntu"
|
||||
LABEL org.opencontainers.image.source="https://github.com/dockersrc/ubuntu"
|
||||
LABEL org.opencontainers.image.documentation="https://github.com/dockersrc/ubuntu"
|
||||
LABEL com.github.containers.toolbox="false"
|
||||
|
||||
ENV ENV=~/.bashrc
|
||||
|
||||
Reference in New Issue
Block a user