File tree Expand file tree Collapse file tree
crates/integration-tests/fixtures Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 - centos-stream-10-aarch64
4141 - fedora-43-x86_64
4242 - fedora-43-aarch64
43+ - fedora-44-x86_64
44+ - fedora-44-aarch64
4345 - fedora-rawhide-x86_64
4446 - fedora-rawhide-aarch64
4547
Original file line number Diff line number Diff line change 1111#
1212# Note: This requires ukify and systemd-boot packages in the base image.
1313
14- ARG BASE_IMAGE=ghcr.io/bootc-dev/dev-bootc:fedora-43 -uki
14+ ARG BASE_IMAGE=ghcr.io/bootc-dev/dev-bootc:fedora-44 -uki
1515
1616FROM ${BASE_IMAGE} AS builder
1717
18- # Install ukify if not present (should be in fedora-43 -uki)
18+ # Install ukify if not present (should be in fedora-44 -uki)
1919RUN command -v ukify || dnf install -y systemd-ukify
2020
2121# Build UKI and place it in the standard /boot/EFI/Linux/ location
You can’t perform that action at this time.
0 commit comments