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

Commit

Permalink
kernel 5.4.0-73.82-rancher2 (#709)
Browse files Browse the repository at this point in the history
- leave apparmor disabled by default

Addresses #702

Signed-off-by: Jacob Blain Christen <[email protected]>
  • Loading branch information
dweomer committed Jun 3, 2021
1 parent f4dde4d commit 0f8c1e1
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-72-generic
ENV URL=https://github.com/rancher/k3os-kernel/releases/download/5.4.0-72.80-rancher1
ENV KVERSION=5.4.0-73-generic
ENV URL=https://github.com/rancher/k3os-kernel/releases/download/5.4.0-73.82-rancher2
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 0f8c1e1

Please sign in to comment.