Skip to content

Commit dd5f548

Browse files
committed
tests/containers: switch to quay image
It's equivalent to the registry.fedoraproject.org/fedora image but it's more canonical at this point. Plus, this brings consistencty with the other Dockerfiles, simplyfing the maintenance (e.g one Renovate rule for bumping operation).
1 parent 83fdbc4 commit dd5f548

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/containers/nfs/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora:42
1+
FROM quay.io/fedora/fedora:42
22

33
RUN dnf -y install /usr/bin/ps nfs-utils && dnf clean all && rm -rf /var/cache/yum
44

tests/containers/tang/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora:42
1+
FROM quay.io/fedora/fedora:42
22

33
RUN dnf -y install systemd tang && dnf clean all && rm -rf /var/cache/yum
44
EXPOSE 80

0 commit comments

Comments
 (0)