mirror of
https://github.com/dockersrc/debian
synced 2026-08-15 02:01:14 -04:00
🐛 Fix OCI labels and git repo env URLs 🐛
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, not casjaysdevdocker. - Dockerfile: image.url → https://hub.docker.com/r/casjaysdev/debian; source/doc → https://github.com/dockersrc/debian - .env.scripts: ENV_GIT_REPO_URL → https://github.com/dockersrc/debian - .env.scripts.10: ENV_GIT_REPO_URL → https://github.com/dockersrc/debian - .env.scripts.11: ENV_GIT_REPO_URL → https://github.com/dockersrc/debian - .env.scripts.12: ENV_GIT_REPO_URL → https://github.com/dockersrc/debian - .env.scripts.13: ENV_GIT_REPO_URL → https://github.com/dockersrc/debian
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ ENV_MAINTAINER="CasjaysDev <docker-admin@casjaysdev.pro>"
|
|||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# Repository URLs (Full URLs)
|
# Repository URLs (Full URLs)
|
||||||
# ENV_GIT_REPO_URL: Complete Git repository URL for source code
|
# ENV_GIT_REPO_URL: Complete Git repository URL for source code
|
||||||
ENV_GIT_REPO_URL="https://github.com/casjaysdevdocker/debian"
|
ENV_GIT_REPO_URL="https://github.com/dockersrc/debian"
|
||||||
# ENV_REGISTRY_URL: Registry provider base URL (for example https://docker.io)
|
# ENV_REGISTRY_URL: Registry provider base URL (for example https://docker.io)
|
||||||
ENV_REGISTRY_URL="https://docker.io"
|
ENV_REGISTRY_URL="https://docker.io"
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|||||||
+1
-1
@@ -37,7 +37,7 @@ ENV_MAINTAINER="CasjaysDev <docker-admin@casjaysdev.pro>"
|
|||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# Repository URLs (Full URLs)
|
# Repository URLs (Full URLs)
|
||||||
# ENV_GIT_REPO_URL: Complete Git repository URL for source code
|
# ENV_GIT_REPO_URL: Complete Git repository URL for source code
|
||||||
ENV_GIT_REPO_URL="https://github.com/casjaysdev/debian"
|
ENV_GIT_REPO_URL="https://github.com/dockersrc/debian"
|
||||||
# ENV_REGISTRY_URL: Registry provider base URL (for example https://docker.io)
|
# ENV_REGISTRY_URL: Registry provider base URL (for example https://docker.io)
|
||||||
ENV_REGISTRY_URL="https://docker.io"
|
ENV_REGISTRY_URL="https://docker.io"
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|||||||
+1
-1
@@ -37,7 +37,7 @@ ENV_MAINTAINER="CasjaysDev <docker-admin@casjaysdev.pro>"
|
|||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# Repository URLs (Full URLs)
|
# Repository URLs (Full URLs)
|
||||||
# ENV_GIT_REPO_URL: Complete Git repository URL for source code
|
# ENV_GIT_REPO_URL: Complete Git repository URL for source code
|
||||||
ENV_GIT_REPO_URL="https://github.com/casjaysdev/debian"
|
ENV_GIT_REPO_URL="https://github.com/dockersrc/debian"
|
||||||
# ENV_REGISTRY_URL: Registry provider base URL (for example https://docker.io)
|
# ENV_REGISTRY_URL: Registry provider base URL (for example https://docker.io)
|
||||||
ENV_REGISTRY_URL="https://docker.io"
|
ENV_REGISTRY_URL="https://docker.io"
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|||||||
+1
-1
@@ -37,7 +37,7 @@ ENV_MAINTAINER="CasjaysDev <docker-admin@casjaysdev.pro>"
|
|||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# Repository URLs (Full URLs)
|
# Repository URLs (Full URLs)
|
||||||
# ENV_GIT_REPO_URL: Complete Git repository URL for source code
|
# ENV_GIT_REPO_URL: Complete Git repository URL for source code
|
||||||
ENV_GIT_REPO_URL="https://github.com/casjaysdev/debian"
|
ENV_GIT_REPO_URL="https://github.com/dockersrc/debian"
|
||||||
# ENV_REGISTRY_URL: Registry provider base URL (for example https://docker.io)
|
# ENV_REGISTRY_URL: Registry provider base URL (for example https://docker.io)
|
||||||
ENV_REGISTRY_URL="https://docker.io"
|
ENV_REGISTRY_URL="https://docker.io"
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|||||||
+1
-1
@@ -37,7 +37,7 @@ ENV_MAINTAINER="CasjaysDev <docker-admin@casjaysdev.pro>"
|
|||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# Repository URLs (Full URLs)
|
# Repository URLs (Full URLs)
|
||||||
# ENV_GIT_REPO_URL: Complete Git repository URL for source code
|
# ENV_GIT_REPO_URL: Complete Git repository URL for source code
|
||||||
ENV_GIT_REPO_URL="https://github.com/casjaysdev/debian"
|
ENV_GIT_REPO_URL="https://github.com/dockersrc/debian"
|
||||||
# ENV_REGISTRY_URL: Registry provider base URL (for example https://docker.io)
|
# ENV_REGISTRY_URL: Registry provider base URL (for example https://docker.io)
|
||||||
ENV_REGISTRY_URL="https://docker.io"
|
ENV_REGISTRY_URL="https://docker.io"
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|||||||
+3
-4
@@ -227,12 +227,11 @@ LABEL org.opencontainers.image.authors="${LICENSE}"
|
|||||||
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
||||||
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
|
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
|
||||||
LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
|
LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
|
||||||
LABEL org.opencontainers.image.url="https://hub.docker.com/casjaysdevdocker/debian"
|
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/debian"
|
||||||
LABEL org.opencontainers.image.source="https://hub.docker.com/casjaysdevdocker/debian"
|
|
||||||
LABEL org.opencontainers.image.vcs-type="Git"
|
LABEL org.opencontainers.image.vcs-type="Git"
|
||||||
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
|
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
|
||||||
LABEL org.opencontainers.image.source="https://github.com/casjaysdevdocker/debian"
|
LABEL org.opencontainers.image.source="https://github.com/dockersrc/debian"
|
||||||
LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/debian"
|
LABEL org.opencontainers.image.documentation="https://github.com/dockersrc/debian"
|
||||||
LABEL com.github.containers.toolbox="false"
|
LABEL com.github.containers.toolbox="false"
|
||||||
|
|
||||||
ENV ENV=~/.bashrc
|
ENV ENV=~/.bashrc
|
||||||
|
|||||||
Reference in New Issue
Block a user