change image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2024-03-31 17:36:21 +02:00
parent 8e160967f7
commit b282b8ad65
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 2 additions and 3 deletions

View file

@ -8,7 +8,7 @@ steps:
image: docker:dind
secrets: [registry_user, registry_password]
commands:
- docker pull polinux/mkdocs
- docker pull squidfunk/mkdocs-material
- echo "$REGISTRY_PASSWORD" | docker login -u "$REGISTRY_USER" --password-stdin gitnet.fr
- docker build -t "gitnet.fr/deblan/mkdocs" .
- docker push "gitnet.fr/deblan/mkdocs"

View file

@ -1,4 +1,4 @@
FROM polinux/mkdocs
FROM squidfunk/mkdocs-material
RUN apk add py3-numpy py3-pandas py3-scipy py3-cairo
@ -10,4 +10,3 @@ RUN pip install mkdocs-autolinks-plugin
RUN pip install mkdocs-markdownextradata-plugin
RUN pip install mkdocs_version_annotations
RUN pip install mkdocs-enumerate-headings-plugin
RUN pip install mkdocs-redirects