diff --git a/node-images/fedora/Containerfile b/node-images/fedora/Containerfile index 7a695f8..d443f86 100644 --- a/node-images/fedora/Containerfile +++ b/node-images/fedora/Containerfile @@ -4,6 +4,8 @@ ARG KUBE_MINOR=1.35 # Pin kernel to 6.19.x to work around a kernel 7.0 regression. # https://github.com/bootc-dev/bink/issues/52 ARG KERNEL_VERSION=6.19.14-300.fc44 +RUN dnf -y install 'dnf5-command(copr)' && \ + dnf -y copr enable rhcontainerbot/bootc fedora-44-x86_64 RUN /usr/libexec/bootc-base-imagectl build-rootfs \ --manifest=minimal \ --no-docs \