mirror of
https://github.com/dockersrc/archlinux
synced 2026-08-15 02:01:11 -04:00
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
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ ENV_MAINTAINER="CasjaysDev <docker-admin@casjaysdev.pro>"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# 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"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
Reference in New Issue
Block a user