chore: update packages

This bring in:

- Go v1.14.7
- Linux v5.7.14

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
This commit is contained in:
Andrew Rynhard 2020-08-07 20:39:35 -07:00 committed by talos-bot
parent 92523bc422
commit 16c8f167c4
3 changed files with 28 additions and 28 deletions

View File

@ -272,36 +272,36 @@ COPY --from=talosctl-darwin-build /talosctl-darwin-amd64 /talosctl-darwin-amd64
# The kernel target is the linux kernel.
FROM scratch AS kernel
COPY --from=docker.io/autonomy/kernel:v0.2.0-23-g5cb74d6 /boot/vmlinuz /vmlinuz
COPY --from=docker.io/autonomy/kernel:v0.2.0-23-g5cb74d6 /boot/vmlinux /vmlinux
COPY --from=docker.io/autonomy/kernel:v0.2.0-29-gdda8024 /boot/vmlinuz /vmlinuz
COPY --from=docker.io/autonomy/kernel:v0.2.0-29-gdda8024 /boot/vmlinux /vmlinux
# The rootfs target provides the Talos rootfs.
FROM build AS rootfs-base
COPY --from=docker.io/autonomy/fhs:v0.2.0-23-g5cb74d6 / /rootfs
COPY --from=docker.io/autonomy/ca-certificates:v0.2.0-23-g5cb74d6 / /rootfs
COPY --from=docker.io/autonomy/containerd:v0.2.0-23-g5cb74d6 / /rootfs
COPY --from=docker.io/autonomy/dosfstools:v0.2.0-23-g5cb74d6 / /rootfs
COPY --from=docker.io/autonomy/eudev:v0.2.0-23-g5cb74d6 / /rootfs
COPY --from=docker.io/autonomy/iptables:v0.2.0-23-g5cb74d6 / /rootfs
COPY --from=docker.io/autonomy/libressl:v0.2.0-23-g5cb74d6 / /rootfs
COPY --from=docker.io/autonomy/libseccomp:v0.2.0-23-g5cb74d6 / /rootfs
COPY --from=docker.io/autonomy/linux-firmware:v0.2.0-23-g5cb74d6 /lib/firmware/bnx2 /rootfs/lib/firmware/bnx2
COPY --from=docker.io/autonomy/linux-firmware:v0.2.0-23-g5cb74d6 /lib/firmware/bnx2x /rootfs/lib/firmware/bnx2x
COPY --from=docker.io/autonomy/lvm2:v0.2.0-23-g5cb74d6 / /rootfs
COPY --from=docker.io/autonomy/libaio:v0.2.0-23-g5cb74d6 / /rootfs
COPY --from=docker.io/autonomy/musl:v0.2.0-23-g5cb74d6 / /rootfs
COPY --from=docker.io/autonomy/open-iscsi:v0.2.0-23-g5cb74d6 / /rootfs
COPY --from=docker.io/autonomy/open-isns:v0.2.0-23-g5cb74d6 / /rootfs
COPY --from=docker.io/autonomy/runc:v0.2.0-23-g5cb74d6 / /rootfs
COPY --from=docker.io/autonomy/socat:v0.2.0-23-g5cb74d6 / /rootfs
COPY --from=docker.io/autonomy/syslinux:v0.2.0-23-g5cb74d6 / /rootfs
COPY --from=docker.io/autonomy/xfsprogs:v0.2.0-23-g5cb74d6 / /rootfs
COPY --from=docker.io/autonomy/util-linux:v0.2.0-23-g5cb74d6 /lib/libblkid.* /rootfs/lib/
COPY --from=docker.io/autonomy/util-linux:v0.2.0-23-g5cb74d6 /lib/libuuid.* /rootfs/lib/
COPY --from=docker.io/autonomy/util-linux:v0.2.0-23-g5cb74d6 /lib/libmount.* /rootfs/lib/
COPY --from=docker.io/autonomy/kmod:v0.2.0-23-g5cb74d6 /usr/lib/libkmod.* /rootfs/lib/
COPY --from=docker.io/autonomy/kernel:v0.2.0-23-g5cb74d6 /lib/modules /rootfs/lib/modules
COPY --from=docker.io/autonomy/fhs:v0.2.0-29-gdda8024 / /rootfs
COPY --from=docker.io/autonomy/ca-certificates:v0.2.0-29-gdda8024 / /rootfs
COPY --from=docker.io/autonomy/containerd:v0.2.0-29-gdda8024 / /rootfs
COPY --from=docker.io/autonomy/dosfstools:v0.2.0-29-gdda8024 / /rootfs
COPY --from=docker.io/autonomy/eudev:v0.2.0-29-gdda8024 / /rootfs
COPY --from=docker.io/autonomy/iptables:v0.2.0-29-gdda8024 / /rootfs
COPY --from=docker.io/autonomy/libressl:v0.2.0-29-gdda8024 / /rootfs
COPY --from=docker.io/autonomy/libseccomp:v0.2.0-29-gdda8024 / /rootfs
COPY --from=docker.io/autonomy/linux-firmware:v0.2.0-29-gdda8024 /lib/firmware/bnx2 /rootfs/lib/firmware/bnx2
COPY --from=docker.io/autonomy/linux-firmware:v0.2.0-29-gdda8024 /lib/firmware/bnx2x /rootfs/lib/firmware/bnx2x
COPY --from=docker.io/autonomy/lvm2:v0.2.0-29-gdda8024 / /rootfs
COPY --from=docker.io/autonomy/libaio:v0.2.0-29-gdda8024 / /rootfs
COPY --from=docker.io/autonomy/musl:v0.2.0-29-gdda8024 / /rootfs
COPY --from=docker.io/autonomy/open-iscsi:v0.2.0-29-gdda8024 / /rootfs
COPY --from=docker.io/autonomy/open-isns:v0.2.0-29-gdda8024 / /rootfs
COPY --from=docker.io/autonomy/runc:v0.2.0-29-gdda8024 / /rootfs
COPY --from=docker.io/autonomy/socat:v0.2.0-29-gdda8024 / /rootfs
COPY --from=docker.io/autonomy/syslinux:v0.2.0-29-gdda8024 / /rootfs
COPY --from=docker.io/autonomy/xfsprogs:v0.2.0-29-gdda8024 / /rootfs
COPY --from=docker.io/autonomy/util-linux:v0.2.0-29-gdda8024 /lib/libblkid.* /rootfs/lib/
COPY --from=docker.io/autonomy/util-linux:v0.2.0-29-gdda8024 /lib/libuuid.* /rootfs/lib/
COPY --from=docker.io/autonomy/util-linux:v0.2.0-29-gdda8024 /lib/libmount.* /rootfs/lib/
COPY --from=docker.io/autonomy/kmod:v0.2.0-29-gdda8024 /usr/lib/libkmod.* /rootfs/lib/
COPY --from=docker.io/autonomy/kernel:v0.2.0-29-gdda8024 /lib/modules /rootfs/lib/modules
COPY --from=machined /machined /rootfs/sbin/init
COPY --from=apid-image /apid.tar /rootfs/usr/images/
COPY --from=bootkube-image /bootkube.tar /rootfs/usr/images/

View File

@ -7,7 +7,7 @@ REGISTRY_AND_USERNAME := $(REGISTRY)/$(USERNAME)
DOCKER_LOGIN_ENABLED ?= true
ARTIFACTS := _out
TOOLS ?= autonomy/tools:v0.2.0-7-gc7a0a07
TOOLS ?= autonomy/tools:v0.2.0-8-g7e14b0a
GO_VERSION ?= 1.14
GOFUMPT_VERSION ?= abc0db2c416aca0f60ea33c23c76665f6e7ba0b6
OPERATING_SYSTEM := $(shell uname -s | tr "[:upper:]" "[:lower:]")

View File

@ -13,7 +13,7 @@ import (
const (
// DefaultKernelVersion is the default Linux kernel version
DefaultKernelVersion = "5.7.7-talos"
DefaultKernelVersion = "5.7.14-talos"
// KernelParamConfig is the kernel parameter name for specifying the URL
// to the config.