From d4260f691860d71cd30bceff6b6c1fd4aa8b4cd5 Mon Sep 17 00:00:00 2001 From: Andrew Rynhard Date: Fri, 20 Sep 2019 16:46:10 +0000 Subject: [PATCH] fix: add kerenel config required by Cilium This adds CONFIG_NETFILTER_XT_TARGET_CT=y to the kernel. Signed-off-by: Andrew Rynhard --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0dd06c716..956a19cf6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -201,8 +201,8 @@ COPY --from=osctl-darwin-build /osctl-darwin-amd64 /osctl-darwin-amd64 # The kernel target is the linux kernel. FROM scratch AS kernel -COPY --from=docker.io/autonomy/kernel:36cc240 /boot/vmlinuz /vmlinuz -COPY --from=docker.io/autonomy/kernel:36cc240 /boot/vmlinux /vmlinux +COPY --from=docker.io/autonomy/kernel:0b0dbab /boot/vmlinuz /vmlinuz +COPY --from=docker.io/autonomy/kernel:0b0dbab /boot/vmlinux /vmlinux # The rootfs target provides the Talos rootfs. @@ -226,7 +226,7 @@ COPY --from=docker.io/autonomy/crictl:ddbeea1 / /rootfs COPY --from=docker.io/autonomy/base:f9a4941 /toolchain/lib/libblkid.* /rootfs/lib COPY --from=docker.io/autonomy/base:f9a4941 /toolchain/lib/libuuid.* /rootfs/lib COPY --from=docker.io/autonomy/base:f9a4941 /toolchain/lib/libkmod.* /rootfs/lib -COPY --from=docker.io/autonomy/kernel:36cc240 /lib/modules /rootfs/lib/modules +COPY --from=docker.io/autonomy/kernel:0b0dbab /lib/modules /rootfs/lib/modules COPY --from=machined /machined /rootfs/sbin/init COPY images/ntpd.tar /rootfs/usr/images/ COPY images/osd.tar /rootfs/usr/images/