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

This commit is contained in:
Zuul
2025-03-07 01:22:55 +00:00
committed by Gerrit Code Review
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 \