Skip to content

Commit

Permalink
rhel8: build rhel 8.9 latest kernel
Browse files Browse the repository at this point in the history
I bumped into a bug when testing cilium/tetragon#2764 with the current
rhel8 kernel and it was later fixed.

Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Aug 5, 2024
1 parent ef21899 commit d7fc8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/kernel-images-rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ RUN dnf config-manager --set-enabled powertools

FROM builder AS prepare

ARG VERSION=4.18.0-372.32.1.el8_6
ARG VERSION=4.18.0-513.24.1.el8_9

WORKDIR /tmp
RUN curl -LO "https://dl.rockylinux.org/vault/rocky/8.6/BaseOS/source/tree/Packages/k/kernel-${VERSION}.src.rpm"
RUN curl -LO "https://dl.rockylinux.org/vault/rocky/8.9/BaseOS/source/tree/Packages/k/kernel-${VERSION}.src.rpm"
RUN rpm -ivh kernel*.src.rpm

WORKDIR /root/rpmbuild/SPECS
Expand Down

0 comments on commit d7fc8ba

Please sign in to comment.