Skip to content

Commit

Permalink
overrides: pin kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Oct 27, 2023
1 parent 910b4a8 commit aea4368
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Expand Up @@ -14,6 +14,11 @@ RUN cat /etc/os-release \
&& cp -irvf bootstrap / \
&& cp -irvf manifests / \
&& cp -ivf *.repo /etc/yum.repos.d/ \
&& rpm-ostree override replace \
https://kojipkgs.fedoraproject.org//packages/kernel/6.5.4/200.fc38/x86_64/kernel-6.5.4-200.fc38.x86_64.rpm \
https://kojipkgs.fedoraproject.org//packages/kernel/6.5.4/200.fc38/x86_64/kernel-core-6.5.4-200.fc38.x86_64.rpm \
https://kojipkgs.fedoraproject.org//packages/kernel/6.5.4/200.fc38/x86_64/kernel-modules-6.5.4-200.fc38.x86_64.rpm \
https://kojipkgs.fedoraproject.org//packages/kernel/6.5.4/200.fc38/x86_64/kernel-modules-core-6.5.4-200.fc38.x86_64.rpm \
&& rpm-ostree install \
NetworkManager-ovs \
open-vm-tools \
Expand Down

0 comments on commit aea4368

Please sign in to comment.