Skip to content

Commit e8839c1

Browse files
committed
chore(image/aarch64/ubuntu): update from kernel 6.5 to 6.8 to fix build issue
Signed-off-by: irozzo-1A <[email protected]>
1 parent 636611b commit e8839c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 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
@@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y \
2929
wget && \
3030
apt-get clean && \
3131
rm -rf /var/lib/apt/lists/* && \
32-
curl ${URL} | \
32+
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)