From 6ac7ba4d4f5ab51768066815fbc599ee1123afad Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Wed, 5 Mar 2025 09:11:17 +0100 Subject: [PATCH] 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 (cherry picked from commit ac38963cbf007fc2a6bbc6994c5bf247e7b2e59d) --- scripts/Dockerfile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile.test b/scripts/Dockerfile.test index a05d7737e..2b173fa7a 100644 --- a/scripts/Dockerfile.test +++ b/scripts/Dockerfile.test @@ -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