ebner a25359fc0d
Some checks failed
Build and Publish Docker Image / docker (push) Failing after 2m9s
add workflow
2025-03-25 11:37:47 +01:00
2025-03-25 11:37:47 +01:00
2024-06-27 15:44:20 +02:00
2024-07-02 09:29:03 +02:00
2024-06-27 15:54:11 +02:00

Overview

This is the PSI rhel8 docker developer image. It contains most developer tools especially for building rpms, etc.

Usage

The image can be used as follows:

docker run -it --rm container.psi.ch/images/rhel8-developer

To build an RPM this image can be used as follows:

docker run --platform linux/amd64 -it --rm -v $(pwd):/data --workdir /data  container.psi.ch/images/rhel8-developer rpmbuild -ba whatever.spec

To base other images upon this image use

FROM container.psi.ch/images/rhel8-developer

in your Dockerfile

Build

To build the image use:

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

To push the image to the central container registry do:

docker login container.psi.ch
docker push container.psi.ch/images/rhel8-developer
Description
No description provided
Readme 32 KiB
Languages
Dockerfile 100%