From 52290611ed6945087495f7d035683458dededfd2 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Mon, 23 Jan 2023 19:03:30 -0500 Subject: [PATCH] Switch to the quay.io base image They keep adding images so this must be the place! --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index d584213..150c08f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ ARG FEDORA_MAJOR_VERSION=37 -FROM ghcr.io/cgwalters/fedora-silverblue:${FEDORA_MAJOR_VERSION} +FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION} # See https://pagure.io/releng/issue/11047 for final location COPY etc /etc