diff --git a/.env.scripts b/.env.scripts index b41c3a1..07745d8 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/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="https://docker.io" # - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.env.scripts.10 b/.env.scripts.10 index 08874ae..39cf4e2 100644 --- a/.env.scripts.10 +++ b/.env.scripts.10 @@ -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/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="https://docker.io" # - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.env.scripts.11 b/.env.scripts.11 index 89b9d3e..27f53bb 100644 --- a/.env.scripts.11 +++ b/.env.scripts.11 @@ -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/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="https://docker.io" # - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.env.scripts.12 b/.env.scripts.12 index da0acac..736b93a 100644 --- a/.env.scripts.12 +++ b/.env.scripts.12 @@ -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/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="https://docker.io" # - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.env.scripts.13 b/.env.scripts.13 index e95d984..392aa2e 100644 --- a/.env.scripts.13 +++ b/.env.scripts.13 @@ -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/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="https://docker.io" # - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Dockerfile b/Dockerfile index 1984e11..ba965d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -227,12 +227,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/debian" -LABEL org.opencontainers.image.source="https://hub.docker.com/casjaysdevdocker/debian" +LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/debian" LABEL org.opencontainers.image.vcs-type="Git" LABEL org.opencontainers.image.revision="${BUILD_VERSION}" -LABEL org.opencontainers.image.source="https://github.com/casjaysdevdocker/debian" -LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/debian" +LABEL org.opencontainers.image.source="https://github.com/dockersrc/debian" +LABEL org.opencontainers.image.documentation="https://github.com/dockersrc/debian" LABEL com.github.containers.toolbox="false" ENV ENV=~/.bashrc