Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu change kernel location #209

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debian/context/kernel-installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ "${ID}" = "ubuntu" ] ; then
--accept-regex generic \
--recursive \
--execute robots=off \
https://kernel.ubuntu.com/~kernel-ppa/mainline/${UBUNTU_MAINLINE_KERNEL_VERSION}/amd64/
https://kernel.ubuntu.com/mainline/${UBUNTU_MAINLINE_KERNEL_VERSION}/amd64/

apt-get install --yes \
/tmp/linux-image* \
Expand Down
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-12
- KERNEL_VERSION=6.1.0-13
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
4 changes: 2 additions & 2 deletions debian/docker-make.ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ default-build-args:
- DOCKER_APT_OS=ubuntu
- DOCKER_APT_CHANNEL=jammy
- CRI_VERSION=v1.28.0
# see https://kernel.ubuntu.com/~kernel-ppa/mainline for available versions
- UBUNTU_MAINLINE_KERNEL_VERSION=v6.1.55
# see https://kernel.ubuntu.com/mainline for available versions
- UBUNTU_MAINLINE_KERNEL_VERSION=v6.5.11
- ICE_VERSION=1.12.7
- ICE_PKG_VERSION=1.3.35.0

Expand Down