From 76ebbe46d3b9a0d653f9a868f5cd8f0082a8adc0 Mon Sep 17 00:00:00 2001 From: ebner Date: Thu, 27 Mar 2025 10:47:29 +0100 Subject: [PATCH] fix name --- Dockerfile | 2 +- Readme.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 57c9a77..4397df7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM container.psi.ch/images/rhel8 +FROM gitea.psi.ch/images/rhel8 # RUN dnf -y upgrade RUN dnf -y group install "Development Tools" diff --git a/Readme.md b/Readme.md index 7cb95b1..da49862 100644 --- a/Readme.md +++ b/Readme.md @@ -12,13 +12,13 @@ docker run -it --rm gitea.psi.ch/images/rhel8-developer-github-actions To build an RPM this image can be used as follows: ```bash -docker run --platform linux/amd64 -it --rm -v $(pwd):/data --workdir /data container.psi.ch/images/rhel8-developer-github-actions rpmbuild -ba whatever.spec +docker run --platform linux/amd64 -it --rm -v $(pwd):/data --workdir /data gitea.psi.ch/images/rhel8-developer-github-actions rpmbuild -ba whatever.spec ``` To base other images upon this image use ```dockerfile -FROM container.psi.ch/images/rhel9-developer +FROM gitea.psi.ch/images/rhel9-developer ``` in your Dockerfile @@ -26,7 +26,7 @@ in your Dockerfile To build the image use: ```bash -docker build --platform linux/x86_64 -t container.psi.ch/images/rhel9-developer-github-actions . +docker build --platform linux/x86_64 -t gitea.psi.ch/images/rhel9-developer-github-actions . ``` To push the image to the central container registry do: