rhel9/Readme.md
ebner a6910a08cb
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 6s
fix link to container registry
2025-03-27 10:43:07 +01:00

511 B

Overview

This is the PSI rhel9 docker base image

Usage

The image can be used as follows:

docker run -it --rm gitea.psi.ch/images/rhel9

To base other images upon this image use

FROM gitea.psi.ch/images/rhel9

in your Dockerfile

Build

To build the image use:

docker build --platform linux/x86_64 -t gitea.psi.ch/images/rhel9 .

To push the image to the central container registry do:

docker login gitea.psi.ch
docker push gitea.psi.ch/images/rhel9