speedup build - use of pre-build image

This commit is contained in:
2024-08-07 13:59:31 +02:00
parent 7f96322e96
commit 98f9aaa8db
2 changed files with 11 additions and 9 deletions
+10 -2
View File
@@ -1,6 +1,6 @@
# Overview
This is the collection of all linux related documentation.
This is the collection of all Linux related documentation.
The documentation is build via a gitlab runner (git-pages) and the content is accessible at: https://linux.psi.ch
> The content is actually served at: http://linux-infra.gitpages.psi.ch/documentation, however on linux.psi.ch there is a web server redirecting to this URL.
@@ -8,4 +8,12 @@ The documentation is build via a gitlab runner (git-pages) and the content is ac
To change stuff, simply edit the the Markdown and/or rst files and push to the git repository. The rendered page will update a few seconds (up to a minute) afterwards (Don't forget to refresh your browser cache for the page!).
> Ideally convert the .rst files you touch to Markdown!
> Ideally convert the .rst files you touch to Markdown!
# Administration
Build required docker image:
```bash
docker build -t container.psi.ch:linux-infra/documentation .
docker push container.psi.ch/linux-infra/documentation
```