Skip to content

Commit 22421d6

Browse files
committed
Update to container images to Debian 13
This brings newer compilers, relevant - or challenging - for yocto builds, and otherwise just minor dependency adjustments. Signed-off-by: Jan Kiszka <[email protected]>
1 parent 98dac70 commit 22421d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# kas - setup tool for bitbake based projects
33
#
4-
# Copyright (c) Siemens AG, 2017-2024
4+
# Copyright (c) Siemens AG, 2017-2025
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal
@@ -21,14 +21,14 @@
2121
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
# SOFTWARE.
2323

24-
ARG DEBIAN_TAG=bookworm-slim
24+
ARG DEBIAN_TAG=trixie-slim
2525

2626
FROM debian:${DEBIAN_TAG} AS kas-base
2727

2828
ARG SOURCE_DATE_EPOCH
2929
ARG CACHE_SHARING=locked
3030

31-
ARG DEBIAN_TAG=bookworm-slim
31+
ARG DEBIAN_TAG=trixie-slim
3232
ENV DEBIAN_BASE_IMAGE_TAG=${DEBIAN_TAG}
3333

3434
ARG TARGETPLATFORM
@@ -106,7 +106,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=${CACHE_SHARING} \
106106
apt-get update && \
107107
apt-get install -y -f --no-install-recommends \
108108
binfmt-support bzip2 mmdebstrap arch-test apt-utils dosfstools \
109-
dpkg-dev gettext-base git mtools parted python3 python3-distutils \
109+
dpkg-dev gettext-base git mtools parted python3 \
110110
quilt qemu-user-static reprepro sudo unzip git-buildpackage \
111111
pristine-tar sbuild schroot zstd \
112112
umoci skopeo \
@@ -138,8 +138,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=${CACHE_SHARING} \
138138
apt-get install --no-install-recommends -y \
139139
gawk wget git diffstat unzip texinfo \
140140
gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect \
141-
xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \
142-
pylint xterm python3-subunit mesa-common-dev zstd liblz4-tool && \
141+
xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1 libsdl1.2-dev \
142+
pylint xterm python3-subunit mesa-common-dev zstd lz4 && \
143143
if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
144144
apt-get install --no-install-recommends -y gcc-multilib g++-multilib; \
145145
fi && \

0 commit comments

Comments
 (0)