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

Commit

Permalink
kernel: 5.4.0-88.99-rancher1 (#782)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
  • Loading branch information
dweomer authored Oct 8, 2021
1 parent 9dc3b11 commit da365cc
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 da365cc

Please sign in to comment.