1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

tree: import changes from testing-devel at c5775573d0

This commit is contained in:
CoreOS Bot
2023-09-29 14:29:32 +00:00
parent b126674274
commit 6cc54f8f38
12 changed files with 12 additions and 12 deletions

View File

@@ -5,6 +5,6 @@
#
# This image is used by CoreOS CI to build software like
# Ignition, rpm-ostree, ostree, coreos-installer, etc...
FROM registry.fedoraproject.org/fedora:38
FROM quay.io/fedora/fedora:38
COPY . /src
RUN ./src/install-buildroot.sh && yum clean all && rm /src -rf