Skip to content

Commit

Permalink
Versionlock 5.14.0-362.24.1.el9_3
Browse files Browse the repository at this point in the history
  • Loading branch information
sjjamsa authored and Aalto Scientific Computing committed May 20, 2024
1 parent 7c3b785 commit 697d7a0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rhel-9/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ FROM registry.access.redhat.com/ubi9/ubi:9.3


#Versionlock the kernel:
dnf install \
kernel-0:5.14.0-362.24.1.el9_3.* \
kernel-core-0:5.14.0-362.24.1.el9_3.* \
kernel-headers-0:5.14.0-362.24.1.el9_3.* \
kernel-modules-core-0:5.14.0-362.24.1.el9_3.*
RUN dnf install -y \
kernel-0:5.14.0-362.24.1.el9_3 \
kernel-core-0:5.14.0-362.24.1.el9_3 \
kernel-headers-0:5.14.0-362.24.1.el9_3 \
kernel-modules-core-0:5.14.0-362.24.1.el9_3

dnf install \
RUN dnf install -y \
python3-dnf-plugin-versionlock
dnf versionlock \
RUN dnf versionlock -y \
kernel-0:5.14.0-362.24.1.el9_3.* \
kernel-core-0:5.14.0-362.24.1.el9_3.* \
kernel-headers-0:5.14.0-362.24.1.el9_3.* \
Expand Down

0 comments on commit 697d7a0

Please sign in to comment.