diff --git a/Readme.md b/Readme.md index 1d07548..b09fac1 100644 --- a/Readme.md +++ b/Readme.md @@ -7,12 +7,12 @@ This is the PSI rhel9 docker base image The image can be used as follows: ```bash -docker run -it --rm container.psi.ch/images/rhel9 +docker run -it --rm gitea.psi.ch/images/rhel9 ``` To base other images upon this image use ```dockerfile -FROM container.psi.ch/images/rhel9 +FROM gitea.psi.ch/images/rhel9 ``` in your Dockerfile @@ -20,11 +20,11 @@ in your Dockerfile To build the image use: ```bash -docker build --platform linux/x86_64 -t container.psi.ch/images/rhel9 . +docker build --platform linux/x86_64 -t gitea.psi.ch/images/rhel9 . ``` To push the image to the central container registry do: ```bash -docker login container.psi.ch -docker push container.psi.ch/images/rhel9 +docker login gitea.psi.ch +docker push gitea.psi.ch/images/rhel9 ``` \ No newline at end of file