ebner ceabe3f61d
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 6s
Update .gitea/workflows/build_push.yml
2025-03-25 19:35:00 +01:00
2024-06-27 15:34:59 +02:00
2024-06-27 15:34:59 +02:00
2024-06-27 15:46:33 +02:00

Overview

This is the PSI rhel9 docker base image

Usage

The image can be used as follows:

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

To base other images upon this image use

FROM container.psi.ch/images/rhel9

in your Dockerfile

Build

To build the image use:

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

To push the image to the central container registry do:

docker login container.psi.ch
docker push container.psi.ch/images/rhel9
Description
No description provided
Readme 60 KiB
Languages
Dockerfile 100%