Skip to content

Commit 0994527

Browse files
committed
Bump the kickstart test runner container to Fedora 44 base
This is necessary to fix the RAID kickstart tests. We need a new version of libguestfs, as we need it to use a new enough kernel to properly mount RAID volumes created with with 6.19+ kernels. See the mdadm bug for more details: https://bugzilla.redhat.com/show_bug.cgi?id=2436732 Resolves: INSTALLER-4579
1 parent 84ce312 commit 0994527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:41
1+
FROM fedora:44
22
LABEL maintainer='anaconda-devel-list@redhat.com'
33

44
RUN dnf -y update && \

0 commit comments

Comments
 (0)