Skip to content

Commit

Permalink
Update kernels to mitigate RFDS (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Mar 18, 2024
1 parent 8bf9491 commit 9388a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/docker-make.debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ builds:
- SEMVER_MAJOR_MINOR=12
- SEMVER=${SEMVER_MAJOR_MINOR}${SEMVER_PATCH}
# see https://packages.debian.org/bookworm/kernel/ for available versions
- KERNEL_VERSION=6.1.0-15
- KERNEL_VERSION=6.1.0-18
after:
- cd ../ && OS_NAME=${OS_NAME} CIS_VERSION=${CIS_VERSION} ./test.sh quay.io/metalstack/${OS_NAME}:${SEMVER}
- OS_NAME=${OS_NAME} SEMVER_MAJOR_MINOR=${SEMVER_MAJOR_MINOR} SEMVER_PATCH=${SEMVER_PATCH} ../export.sh
2 changes: 1 addition & 1 deletion debian/docker-make.ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default-build-args:
- DOCKER_APT_CHANNEL=jammy
- CRI_VERSION=v1.29.0
# see https://kernel.ubuntu.com/mainline for available versions
- UBUNTU_MAINLINE_KERNEL_VERSION=v6.6.21
- UBUNTU_MAINLINE_KERNEL_VERSION=v6.6.22
- ICE_VERSION=1.12.7
- ICE_PKG_VERSION=1.3.35.0

Expand Down

0 comments on commit 9388a30

Please sign in to comment.