Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
[backport v0.19.x] kernel: 5.4.0-88.99-rancher1 (#785)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Blain Christen <[email protected]>
(cherry picked from commit a47d509)
  • Loading branch information
dweomer authored Oct 8, 2021
1 parent 037c52d commit 130ca6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/10-kernel-stage1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN apt-get --assume-yes update \
&& echo 'nls_iso8859_1' >> /etc/initramfs-tools/modules

ARG ARCH
ENV KVERSION=5.4.0-84-generic
ENV URL=https://github.com/rancher/k3os-kernel/releases/download/5.4.0-84.94-rancher1
ENV KVERSION=5.4.0-88-generic
ENV URL=https://github.com/rancher/k3os-kernel/releases/download/5.4.0-88.99-rancher1
ENV KERNEL_XZ=${URL}/kernel-generic_${ARCH}.tar.xz
ENV KERNEL_EXTRA_XZ=${URL}/kernel-extra-generic_${ARCH}.tar.xz
ENV KERNEL_HEADERS_XZ=${URL}/kernel-headers-generic_${ARCH}.tar.xz
Expand Down

0 comments on commit 130ca6c

Please sign in to comment.