Skip to content

Commit

Permalink
centos9: Update provisioning container to Fedora 41
Browse files Browse the repository at this point in the history
Fedora 41 was released some time ago and Fedora 39 is getting close to
EOL - upgrade the base provisioning container to Fedora 41.

Signed-off-by: Brian Carey <[email protected]>
  • Loading branch information
brianmcarey committed Nov 13, 2024
1 parent 3941a6e commit 48430e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster-provision/centos9/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora:39 AS base
FROM quay.io/kubevirtci/fedora:41 AS base

RUN dnf -y install jq iptables iproute dnsmasq qemu socat openssh-clients screen bind-utils tcpdump iputils libguestfs-tools-c && dnf clean all

Expand Down Expand Up @@ -53,4 +53,4 @@ COPY --from=imageartifactdownload /box.qcow2 box.qcow2
COPY --from=imageartifactdownload /vmlinuz-* /vmlinuz
COPY --from=imageartifactdownload /initramfs-* /initrd.img

COPY scripts/* /
COPY scripts/* /

0 comments on commit 48430e0

Please sign in to comment.