diff --git a/Dockerfile b/Dockerfile index 5c454be4e..5a8318fef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -206,29 +206,29 @@ 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:def277c /boot/vmlinuz /vmlinuz -COPY --from=docker.io/autonomy/kernel:def277c /boot/vmlinux /vmlinux +COPY --from=docker.io/autonomy/kernel:497d974 /boot/vmlinuz /vmlinuz +COPY --from=docker.io/autonomy/kernel:497d974 /boot/vmlinux /vmlinux # The rootfs target provides the Talos rootfs. FROM build AS rootfs-base -COPY --from=docker.io/autonomy/fhs:def277c / /rootfs -COPY --from=docker.io/autonomy/ca-certificates:def277c / /rootfs -COPY --from=docker.io/autonomy/containerd:def277c / /rootfs -COPY --from=docker.io/autonomy/dosfstools:def277c / /rootfs -COPY --from=docker.io/autonomy/eudev:def277c / /rootfs -COPY --from=docker.io/autonomy/iptables:def277c / /rootfs -COPY --from=docker.io/autonomy/libressl:def277c / /rootfs -COPY --from=docker.io/autonomy/libseccomp:def277c / /rootfs -COPY --from=docker.io/autonomy/musl:def277c / /rootfs -COPY --from=docker.io/autonomy/runc:def277c / /rootfs -COPY --from=docker.io/autonomy/socat:def277c / /rootfs -COPY --from=docker.io/autonomy/syslinux:def277c / /rootfs -COPY --from=docker.io/autonomy/xfsprogs:def277c / /rootfs -COPY --from=docker.io/autonomy/util-linux:def277c /lib/libblkid.* /rootfs/lib -COPY --from=docker.io/autonomy/util-linux:def277c /lib/libuuid.* /rootfs/lib -COPY --from=docker.io/autonomy/kmod:def277c /usr/lib/libkmod.* /rootfs/lib -COPY --from=docker.io/autonomy/kernel:def277c /lib/modules /rootfs/lib/modules +COPY --from=docker.io/autonomy/fhs:497d974 / /rootfs +COPY --from=docker.io/autonomy/ca-certificates:497d974 / /rootfs +COPY --from=docker.io/autonomy/containerd:497d974 / /rootfs +COPY --from=docker.io/autonomy/dosfstools:497d974 / /rootfs +COPY --from=docker.io/autonomy/eudev:497d974 / /rootfs +COPY --from=docker.io/autonomy/iptables:497d974 / /rootfs +COPY --from=docker.io/autonomy/libressl:497d974 / /rootfs +COPY --from=docker.io/autonomy/libseccomp:497d974 / /rootfs +COPY --from=docker.io/autonomy/musl:497d974 / /rootfs +COPY --from=docker.io/autonomy/runc:497d974 / /rootfs +COPY --from=docker.io/autonomy/socat:497d974 / /rootfs +COPY --from=docker.io/autonomy/syslinux:497d974 / /rootfs +COPY --from=docker.io/autonomy/xfsprogs:497d974 / /rootfs +COPY --from=docker.io/autonomy/util-linux:497d974 /lib/libblkid.* /rootfs/lib +COPY --from=docker.io/autonomy/util-linux:497d974 /lib/libuuid.* /rootfs/lib +COPY --from=docker.io/autonomy/kmod:497d974 /usr/lib/libkmod.* /rootfs/lib +COPY --from=docker.io/autonomy/kernel:497d974 /lib/modules /rootfs/lib/modules COPY --from=machined /machined /rootfs/sbin/init COPY images/apid.tar /rootfs/usr/images/ COPY images/ntpd.tar /rootfs/usr/images/ diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index e863ab367..12a60594e 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -13,7 +13,7 @@ import ( const ( // DefaultKernelVersion is the default Linux kernel version - DefaultKernelVersion = "5.3.15-talos" + DefaultKernelVersion = "5.4.5-talos" // KernelParamConfig is the kernel parameter name for specifying the URL // to the config.