build: the Fedora container image is now maintained at quay.io

The registry.fedoraproject.org site now redirect to
https://quay.io/organization/fedora, so fetch the image from Quay
directly.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
(cherry picked from commit ac38963cbf)
This commit is contained in:
Niels de Vos 2025-03-05 09:11:17 +01:00 committed by mergify[bot]
parent 60d940137b
commit 6ac7ba4d4f

View File

@ -8,7 +8,7 @@
# little different.
#
FROM registry.fedoraproject.org/fedora:latest
FROM quay.io/fedora/fedora:latest
ARG GOPATH=/go
ARG GOROOT=/usr/local/go