ebner 5c1c885a12
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 7s
add dmz repos
2025-04-03 09:09:11 +02:00
2025-04-03 09:09:11 +02:00
2024-06-27 15:38:25 +02:00
2025-03-27 10:45:10 +01:00

Overview

This is the PSI rhel8 docker base image

Usage

The image can be used as follows:

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

To base other images upon this image use

FROM gitea.psi.ch/images/rhel8

in your Dockerfile

Build

To build the image use:

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

To push the image to the central container registry do:

docker login gitea.psi.ch
docker push gitea.psi.ch/images/rhel8
Description
No description provided
Readme 31 KiB
Languages
Dockerfile 100%