This commit is contained in:
parent
7ebd4e093e
commit
fc30bfcf7f
3 changed files with 45 additions and 2 deletions
|
|
@ -1,6 +1,10 @@
|
|||
# renovate: datasource=github-releases depName=squidfunk/mkdocs-material versioning=semver
|
||||
# renovate: datasource=docker depName=docker.io/squidfunk/mkdocs-material
|
||||
ARG MKDOCS_MATERIAL_VERSION=9.7.6
|
||||
FROM docker.io/squidfunk/mkdocs-material:${MKDOCS_MATERIAL_VERSION}
|
||||
FROM cr.simoncor.net/dockerhub/squidfunk/mkdocs-material:${MKDOCS_MATERIAL_VERSION}
|
||||
|
||||
LABEL org.opencontainers.image.title="MkDocs Material container for docs.simoncor.net"
|
||||
LABEL org.opencontainers.image.vendor="Simon Cornet"
|
||||
LABEL org.opencontainers.image.source="https://git.simoncor.net/oci/docs-simoncor-net"
|
||||
|
||||
WORKDIR /docs
|
||||
COPY mkdocs.yml .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue