Skip to content

Commit

Permalink
images: Update bootc image
Browse files Browse the repository at this point in the history
This gives us the latest packages, so that the image stays compatible
with the generated runtime dependencies from the rpm build (such as
selinux-policy).

However, exclude the kernel as that current causes kernel oopses.
  • Loading branch information
martinpitt committed Jan 29, 2025
1 parent 46e4c22 commit 2017623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/scripts/lib/bootc.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM $base_image

# pre-install the distro version, which is useful for testing extensions and manual experiments
RUN \
dnf update -y --exclude='kernel*' && \
dnf install -y --setopt install_weak_deps=False cockpit-system cockpit-networkmanager && \
dnf clean all

Expand Down

0 comments on commit 2017623

Please sign in to comment.