mirror of
https://github.com/dockersrc/web
synced 2026-08-30 02:01:14 -04:00
image.url must be the browsable hub.docker.com/r page — docker.io is only a registry pull host. source/doc now point at the real dockersrc GitHub repo, not casjaysdevdocker. - Dockerfile: image.url → https://hub.docker.com/r/casjaysdev/web; source/doc → https://github.com/dockersrc/web
This commit is contained in:
+3
-4
@@ -219,12 +219,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/web"
|
||||
LABEL org.opencontainers.image.source="https://hub.docker.com/casjaysdevdocker/web"
|
||||
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/web"
|
||||
LABEL org.opencontainers.image.vcs-type="Git"
|
||||
LABEL org.opencontainers.image.revision="${GIT_COMMIT}"
|
||||
LABEL org.opencontainers.image.source="https://github.com/casjaysdevdocker/web"
|
||||
LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/web"
|
||||
LABEL org.opencontainers.image.source="https://github.com/dockersrc/web"
|
||||
LABEL org.opencontainers.image.documentation="https://github.com/dockersrc/web"
|
||||
LABEL com.github.containers.toolbox="false"
|
||||
|
||||
ENV ENV=~/.bashrc
|
||||
|
||||
Reference in New Issue
Block a user