Skip to content

Commit d4acdda

Browse files
committed
chore(image/ubuntu): update from kernel 6.5 to 6.8 to fix build issue
1 parent 636611b commit d4acdda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM ubuntu:23.10
1+
FROM ubuntu:24.04
22

3-
ARG VERSION=6.5.0-17
3+
ARG VERSION=6.8.0-91
44
ARG URL='http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux/'
55

66
WORKDIR /home/ubuntu
@@ -28,8 +28,8 @@ RUN apt-get update && apt-get install -y \
2828
udev \
2929
wget && \
3030
apt-get clean && \
31-
rm -rf /var/lib/apt/lists/* && \
32-
curl ${URL} | \
31+
rm -rf /var/lib/apt/lists/*
32+
RUN curl ${URL} | \
3333
grep -E "linux-headers-${VERSION}|linux-tools-${VERSION}" | \
3434
grep "arm64" | \
3535
grep -v "64k" | \

images/aarch64/ubuntu/6.5/Dockerfile.kernel renamed to images/aarch64/ubuntu/6.8/Dockerfile.kernel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM initrd-builder:0.0.1 AS builder
22

3-
ARG VERSION=6.5.0-17-generic
3+
ARG VERSION=6.8.0-91-generic
44
ARG URL='http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux/'
55

66
WORKDIR /home/ubuntu

0 commit comments

Comments
 (0)