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