rocky-container: use Quay.io instead of Docker Hub

Change-Id: I124d75cdedc20a32d5d1d63229d48540b5ecbb57
This commit is contained in:
Pierre Riteau 2025-03-04 18:41:28 +01:00
parent ce724871ae
commit cdaf45b9e0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/rockylinux:8
FROM quay.io/rockylinux/rockylinux:8
RUN dnf group install -y 'Minimal Install' --allowerasing && \
dnf install -y findutils util-linux sudo python3 NetworkManager \

View File

@ -1,4 +1,4 @@
FROM docker.io/rockylinux/rockylinux:9
FROM quay.io/rockylinux/rockylinux:9
RUN dnf group install -y 'Minimal Install' --allowerasing && \
dnf install -y findutils util-linux sudo python3 NetworkManager \