mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-05 12:26:21 +02:00
fix: add kerenel config required by Cilium
This adds CONFIG_NETFILTER_XT_TARGET_CT=y to the kernel. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This commit is contained in:
parent
82c706a0fb
commit
d4260f6918
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user