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 662c10c8e5

This commit is contained in:
CoreOS Bot
2021-11-08 21:57:24 +00:00
parent 728a5030d2
commit 2a4b6fe2ab
4 changed files with 7 additions and 10 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:34
FROM registry.fedoraproject.org/fedora:35
COPY . /src
RUN ./src/install-buildroot.sh && yum clean all && rm /src -rf # nocache 20210916
RUN ./src/install-buildroot.sh && yum clean all && rm /src -rf # nocache 20211108