diff options
| author | spmfox <spmfox@foxwd.com> | 2025-04-21 08:55:04 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2025-04-21 08:55:04 -0400 |
| commit | c0ec5fe2af75e74f065dcb9078a6c405c9ada032 (patch) | |
| tree | 385d73a4e10a9321d9da1726e6a92363a52796f0 /templates/bootcblade.containerfile.j2 | |
| parent | 4d5e6c71b88d7aa5103240587d42b39fc0370618 (diff) | |
Moving to Fedora 41
Diffstat (limited to 'templates/bootcblade.containerfile.j2')
| -rw-r--r-- | templates/bootcblade.containerfile.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/bootcblade.containerfile.j2 b/templates/bootcblade.containerfile.j2 index 636f7c9..f8ffef0 100644 --- a/templates/bootcblade.containerfile.j2 +++ b/templates/bootcblade.containerfile.j2 @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:{{ bootc_image_tag if bootc_image_tag is defined else '40' }} +FROM quay.io/fedora/fedora-bootc:{{ bootc_image_tag if bootc_image_tag is defined else '41' }} ARG SKIP_ZFS={{ skip_zfs if skip_zfs is defined else 'False' }} ARG SKIP_KVM={{ skip_kvm if skip_kvm is defined else 'False' }} @@ -28,7 +28,7 @@ RUN dnf -y install firewalld && \ # ZFS RUN if [ "$SKIP_ZFS" = "False" ]; then \ - dnf -y install https://zfsonlinux.org/fedora/zfs-release-2-5.fc40.noarch.rpm && \ + dnf -y install https://zfsonlinux.org/fedora/zfs-release-2-6.fc41.noarch.rpm && \ dnf -y install kernel-devel-$(ls /usr/lib/modules) && \ dnf -y install zfs && \ dkms build zfs/$(rpm -q --qf '%{VERSION}' zfs) -k $(ls /usr/lib/modules) && \ |
