mirror of
https://github.com/jakejarvis/hugo-docker.git
synced 2025-04-26 12:58:28 -04:00
add org.opencontainers.image.source label
https://docs.github.com/en/free-pro-team@latest/packages/managing-container-images-with-github-container-registry/connecting-a-repository-to-a-container-image#connecting-a-repository-to-a-container-image-on-the-command-line
This commit is contained in:
parent
c6fc7fd110
commit
a956a18e6c
@ -12,6 +12,9 @@ LABEL repository="https://github.com/jakejarvis/hugo-docker"
|
|||||||
LABEL homepage="https://jarv.is/"
|
LABEL homepage="https://jarv.is/"
|
||||||
LABEL maintainer="Jake Jarvis <jake@jarv.is>"
|
LABEL maintainer="Jake Jarvis <jake@jarv.is>"
|
||||||
|
|
||||||
|
# https://docs.github.com/en/free-pro-team@latest/packages/managing-container-images-with-github-container-registry/connecting-a-repository-to-a-container-image#connecting-a-repository-to-a-container-image-on-the-command-line
|
||||||
|
LABEL org.opencontainers.image.source https://github.com/jakejarvis/hugo-docker
|
||||||
|
|
||||||
# only install libc6-compat & libstdc++ if we're building extended Hugo
|
# only install libc6-compat & libstdc++ if we're building extended Hugo
|
||||||
# https://gitlab.com/yaegashi/hugo/commit/22f0d5cbd6114210ba7835468facbdee60609aa2
|
# https://gitlab.com/yaegashi/hugo/commit/22f0d5cbd6114210ba7835468facbdee60609aa2
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user