Skip to content

Commit

Permalink
Pin kernel to 6.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Feb 25, 2023
1 parent ee5d3c8 commit 7c4b148
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ RUN cat /etc/os-release \
/tmp/rpms/openshift-clients-[0-9]*.rpm \
/tmp/rpms/openshift-hyperkube-*.rpm \
&& rpm-ostree override replace https://kojipkgs.fedoraproject.org//packages/container-selinux/2.198.0/1.fc37/noarch/container-selinux-2.198.0-1.fc37.noarch.rpm \
&& rpm-ostree override replace https://kojipkgs.fedoraproject.org//packages/kernel/6.0.18/300.fc37/x86_64/kernel-6.0.18-300.fc37.x86_64.rpm \
https://kojipkgs.fedoraproject.org//packages/kernel/6.0.18/300.fc37/x86_64/kernel-core-6.0.18-300.fc37.x86_64.rpm \
https://kojipkgs.fedoraproject.org//packages/kernel/6.0.18/300.fc37/x86_64/kernel-modules-6.0.18-300.fc37.x86_64.rpm \
&& rpm-ostree cleanup -m \
&& ln -s /usr/sbin/ovs-vswitchd.dpdk /usr/sbin/ovs-vswitchd \
&& rm -rf /go /tmp/rpms /var/cache /var/lib/unbound \
Expand Down

0 comments on commit 7c4b148

Please sign in to comment.