Skip to content

Commit d19af01

Browse files
committed
kernel-headers-test: Replace deprecated balenalib base with debian:bullseye
The balenalib base images were deprecated some time ago, and this one also pinned a dated tag from 2023 that no longer receives updates. Use the upstream debian:bullseye image instead. The recipe installs everything it needs with apt, so nothing from the balenalib layer was being used. Change-type: patch Signed-off-by: Kyle Harding <kyle@balena.io>
1 parent bacf9c0 commit d19af01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • meta-balena-common/recipes-kernel/linux/files

meta-balena-common/recipes-kernel/linux/files/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM balenalib/intel-nuc-debian:bullseye-20230328
1+
FROM debian:bullseye
22

33
# Install dependencies
44
RUN apt-get update && apt-get install -y curl wget build-essential libelf-dev bc flex libssl-dev bison gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu python3-minimal

0 commit comments

Comments
 (0)