Switch to the quay.io base image

They keep adding images so this must be the place!
This commit is contained in:
Jorge O. Castro
2023-01-23 19:03:30 -05:00
committed by GitHub
parent 870916bd8a
commit 52290611ed

View File

@@ -1,6 +1,6 @@
ARG FEDORA_MAJOR_VERSION=37 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 # See https://pagure.io/releng/issue/11047 for final location
COPY etc /etc COPY etc /etc