more docu to docker images and registry and how to tag images
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 8s

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2025-12-12 14:44:55 +01:00
parent a0b47a484e
commit 9541b83dac

View File

@@ -47,3 +47,31 @@ RUN /opt/python-env/bin/pip install --no-cache-dir \
RUN rm -rf /var/cache/apk/*
```
## Dockerhub
(Not the other hub...)
- https://hub.docker.com/_/node
- https://hub.docker.com/_/postgres
- Optional : https://hub.docker.com/_/nginx
### Linux Webhosting
- https://linux.psi.ch/documentation/services/admin-guide/webhosting/?h=webhosting
- https://linux.psi.ch/documentation/engineering-guide/webhosting/?h=webhosting#update-containersi
- https://gitea.psi.ch/linux/WebHosting
## Docker registry
https://gitea.psi.ch/pombas_n/gitea-pages/packages
| Registry name | Organization Name | Repo Name | Version |
|---------------|-------------------|-----------|---------|
| gitea.psi.ch | images | alpine-zensical | latest |
```
gitea.psi.ch/images/alpine-zensical latest b5920bb288b0 7 days ago 206MB
```
!note Latest ist nicht gleicht das aktuellste package, es ist nur ein "alias" das packet muss jedesmal neu gebaut werden als latest und 1.2, 1.3 etc.