diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 439a1365b46..3b6b2e95fcd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -65,7 +65,7 @@ jobs: USERNAME: ${{ github.actor }} PLATFORM: linux/arm64 PROGRESS: plain - IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.4-1-g6db2a99" + IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.0-beta.1-11-gc136cbc" - name: Build an turing-rk1 installer run: | @@ -77,7 +77,7 @@ jobs: USERNAME: ${{ github.actor }} PLATFORM: linux/arm64 PROGRESS: plain - IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.4-1-g6db2a99" + IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.0-beta.1-11-gc136cbc" - uses: actions/upload-artifact@v3 with: diff --git a/Dockerfile b/Dockerfile index 141da6d22ed..cd49be4e2f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -85,7 +85,7 @@ FROM ${PKG_KERNEL} AS pkg-kernel FROM --platform=amd64 ${PKG_KERNEL} AS pkg-kernel-amd64 FROM --platform=arm64 ${PKG_KERNEL} AS pkg-kernel-arm64 -FROM --platform=arm64 ghcr.io/nberlee/u-boot:v1.6.0-19-g51c088c-dirty AS pkg-u-boot-arm64 +FROM --platform=arm64 ghcr.io/nberlee/u-boot:v1.6.0-23-g22c08f6-dirty AS pkg-u-boot-arm64 FROM --platform=arm64 ghcr.io/siderolabs/raspberrypi-firmware:${PKGS} AS pkg-raspberrypi-firmware-arm64 # Resolve package images using ${EXTRAS} to be used later in COPY --from=. diff --git a/Makefile b/Makefile index e154d524afe..af28a6e5c24 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ CLOUD_IMAGES_EXTRA_ARGS ?= "" ARTIFACTS := _out TOOLS ?= ghcr.io/siderolabs/tools:v1.6.0-2-g5e034ec PKGS ?= v1.6.0-16-gb77ffb7 -PKG_KERNEL ?= ghcr.io/nberlee/kernel:v1.6.0-20-g3eff179 +PKG_KERNEL ?= ghcr.io/nberlee/kernel:v1.6.0-22-g35dd411 EXTRAS ?= v1.6.0-1-g113887a # renovate: datasource=github-tags depName=golang/go GO_VERSION ?= 1.21 diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index 7a0bd12fc99..7b1639d6cd2 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -16,7 +16,7 @@ import ( const ( // DefaultKernelVersion is the default Linux kernel version. - DefaultKernelVersion = "6.6.16-talos" + DefaultKernelVersion = "6.6.17-talos" // KernelModulesPath is the default path to the kernel modules without the kernel version. KernelModulesPath = "/lib/modules"