From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH 2/3] ci: container: update to Debian Trixie
Date: Mon, 1 Sep 2025 17:38:04 +0200 [thread overview]
Message-ID: <20250901153852.2554758-3-a.fatoum@pengutronix.de> (raw)
In-Reply-To: <20250901153852.2554758-1-a.fatoum@pengutronix.de>
Debian Trixie was released last month. Let's update our container to it.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
test/Containerfile | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/test/Containerfile b/test/Containerfile
index 9a1df8efb99c..39bd64603e86 100644
--- a/test/Containerfile
+++ b/test/Containerfile
@@ -2,7 +2,7 @@
# This Containerfile is used to build an image containing basic stuff to be used
# to build barebox and run our test suites.
-FROM debian:bookworm
+FROM debian:trixie
MAINTAINER Sascha Hauer <s.hauer@pengutronix.de>
LABEL Description="This image is for building and testing barebox inside a container"
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libc6-i386 \
libgit2-dev \
libguestfs-tools \
- liblz4-tool \
+ lz4 \
librsvg2-bin \
libseccomp-dev \
libssl-dev \
@@ -61,11 +61,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ENV GCC_VERSION=15.2.0
ENV LLVM_VERSION=21
-RUN apt-get update && apt-get install -y --no-install-recommends \
- lsb-release software-properties-common gnupg \
+RUN apt-get update && apt-get install -y --no-install-recommends lsb-release gnupg \
&& wget https://apt.llvm.org/llvm.sh \
&& chmod +x llvm.sh && ./llvm.sh ${LLVM_VERSION} \
- && apt-get remove -y lsb-release software-properties-common gnupg \
+ && apt-get remove -y lsb-release gnupg \
&& apt-get autoremove -y --purge \
&& apt-get clean \
&& rm -rf llvm.sh /var/lib/apt/lists/*
--
2.47.2
next prev parent reply other threads:[~2025-09-01 23:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-01 15:38 [PATCH 0/3] ci: update to Trixie to use make --shuffle Ahmad Fatoum
2025-09-01 15:38 ` [PATCH 1/3] ci: container: update components installed on top to newest versions Ahmad Fatoum
2025-09-01 15:38 ` Ahmad Fatoum [this message]
2025-09-01 15:38 ` [PATCH 3/3] ci: build: shuffle goal and prerequisite ordering Ahmad Fatoum
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250901153852.2554758-3-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox