diff --git a/clients/Dockerfile b/clients/Dockerfile index 1c6542d..a33a7aa 100644 --- a/clients/Dockerfile +++ b/clients/Dockerfile @@ -1,4 +1,4 @@ -FROM almalinux:9 +FROM docker.io/almalinux:9 ARG TAG diff --git a/daemons/Dockerfile b/daemons/Dockerfile index 2f67a5e..5d826cb 100644 --- a/daemons/Dockerfile +++ b/daemons/Dockerfile @@ -4,7 +4,7 @@ # You may not use this file except in compliance with the License. # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 -FROM almalinux:9 +FROM docker.io/almalinux:9 ARG TAG diff --git a/dev/Dockerfile b/dev/Dockerfile index 84f5205..93870f9 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM almalinux:9 +FROM docker.io/almalinux:9 ARG TAG="master" diff --git a/fs/Dockerfile b/fs/Dockerfile index ac06986..ca31409 100644 --- a/fs/Dockerfile +++ b/fs/Dockerfile @@ -1,5 +1,5 @@ ARG TAG -FROM rucio/rucio-clients:release-$TAG +FROM docker.io/rucio/rucio-clients:release-$TAG USER root RUN dnf -y install \ diff --git a/fts-cron/Dockerfile_cpp b/fts-cron/Dockerfile_cpp index e3a1d83..a5eaff3 100644 --- a/fts-cron/Dockerfile_cpp +++ b/fts-cron/Dockerfile_cpp @@ -1,4 +1,4 @@ -FROM almalinux:9 +FROM docker.io/almalinux:9 # Repos needed for (VOMS and FTS) and WLCG certs ADD ca.repo /etc/yum.repos.d/ca.repo diff --git a/fts-cron/Dockerfile_java b/fts-cron/Dockerfile_java index e006982..44b8c24 100644 --- a/fts-cron/Dockerfile_java +++ b/fts-cron/Dockerfile_java @@ -1,4 +1,4 @@ -FROM almalinux:9 +FROM docker.io/almalinux:9 # Repos needed for (VOMS and FTS) and WLCG certs ADD ca.repo /etc/yum.repos.d/ca.repo diff --git a/init/Dockerfile b/init/Dockerfile index 5f35702..e2cf75b 100644 --- a/init/Dockerfile +++ b/init/Dockerfile @@ -1,4 +1,4 @@ -FROM almalinux:9 +FROM docker.io/almalinux:9 ARG TAG diff --git a/probes/Dockerfile b/probes/Dockerfile index 8290b13..fc607ac 100644 --- a/probes/Dockerfile +++ b/probes/Dockerfile @@ -7,7 +7,7 @@ # Authors: # - Eric Vaandering, , 2020 -FROM almalinux:9 +FROM docker.io/almalinux:9 WORKDIR /tmp ADD oic.rpm /tmp diff --git a/server/Dockerfile b/server/Dockerfile index d16cf19..ad1e73f 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -4,7 +4,7 @@ # You may not use this file except in compliance with the License. # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 -FROM almalinux:9 +FROM docker.io/almalinux:9 ARG TAG diff --git a/test-fts/Dockerfile b/test-fts/Dockerfile index 6e27249..2c7a57c 100644 --- a/test-fts/Dockerfile +++ b/test-fts/Dockerfile @@ -1,4 +1,4 @@ -FROM almalinux:9 +FROM docker.io/almalinux:9 # Enable EPEL RUN dnf install -y yum-utils \ diff --git a/test-ssh/Dockerfile b/test-ssh/Dockerfile index ec45c30..951e1fd 100644 --- a/test-ssh/Dockerfile +++ b/test-ssh/Dockerfile @@ -1,4 +1,4 @@ -FROM almalinux:9 +FROM docker.io/almalinux:9 RUN dnf install -y epel-release.noarch && \ dnf upgrade -y && \ diff --git a/test-webdav/Dockerfile b/test-webdav/Dockerfile index 6934646..0066caa 100644 --- a/test-webdav/Dockerfile +++ b/test-webdav/Dockerfile @@ -1,5 +1,5 @@ -FROM ubuntu:noble as deb_builder +FROM docker.io/ubuntu:noble as deb_builder RUN set -ex; \ apt-get update; \ apt-get install -y \ @@ -19,7 +19,7 @@ COPY libapache2-mod-gsiproxy mod-gsiproxy RUN cd mod-gsiproxy; dpkg-buildpackage -FROM ubuntu:noble +FROM docker.io/ubuntu:noble RUN set -ex; \ apt-get update; \ diff --git a/test-xrootd-noauth/Dockerfile b/test-xrootd-noauth/Dockerfile index 59f0828..a971295 100644 --- a/test-xrootd-noauth/Dockerfile +++ b/test-xrootd-noauth/Dockerfile @@ -1,4 +1,4 @@ -FROM almalinux:9 +FROM docker.io/almalinux:9 RUN dnf install -y epel-release.noarch && \ dnf update -y && \ diff --git a/test-xrootd/Dockerfile b/test-xrootd/Dockerfile index 0861abe..9046f7b 100644 --- a/test-xrootd/Dockerfile +++ b/test-xrootd/Dockerfile @@ -1,4 +1,4 @@ -FROM almalinux:9 +FROM docker.io/almalinux:9 # Install CERN CA ADD ca.repo /etc/yum.repos.d/ca.repo diff --git a/ui/Dockerfile b/ui/Dockerfile index 77ac3db..042b5f1 100644 --- a/ui/Dockerfile +++ b/ui/Dockerfile @@ -7,7 +7,7 @@ # Authors: # - Thomas Beermann, , 2019 -FROM almalinux:9 +FROM docker.io/almalinux:9 ARG TAG diff --git a/webui/Dockerfile b/webui/Dockerfile index 1e2d0a3..71490e2 100644 --- a/webui/Dockerfile +++ b/webui/Dockerfile @@ -8,7 +8,7 @@ # - Mayank Sharma, , 2022 # - Eraldo Junior , 2023 -FROM almalinux:9 +FROM docker.io/almalinux:9 ARG TAG