|
1 | 1 | # |
2 | 2 | # kas - setup tool for bitbake based projects |
3 | 3 | # |
4 | | -# Copyright (c) Siemens AG, 2017-2024 |
| 4 | +# Copyright (c) Siemens AG, 2017-2025 |
5 | 5 | # |
6 | 6 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
7 | 7 | # of this software and associated documentation files (the "Software"), to deal |
|
21 | 21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
22 | 22 | # SOFTWARE. |
23 | 23 |
|
24 | | -ARG DEBIAN_TAG=bookworm-slim |
| 24 | +ARG DEBIAN_TAG=trixie-slim |
25 | 25 |
|
26 | 26 | FROM debian:${DEBIAN_TAG} AS kas-base |
27 | 27 |
|
28 | 28 | ARG SOURCE_DATE_EPOCH |
29 | 29 | ARG CACHE_SHARING=locked |
30 | 30 |
|
31 | | -ARG DEBIAN_TAG=bookworm-slim |
| 31 | +ARG DEBIAN_TAG=trixie-slim |
32 | 32 | ENV DEBIAN_BASE_IMAGE_TAG=${DEBIAN_TAG} |
33 | 33 |
|
34 | 34 | ARG TARGETPLATFORM |
@@ -106,7 +106,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=${CACHE_SHARING} \ |
106 | 106 | apt-get update && \ |
107 | 107 | apt-get install -y -f --no-install-recommends \ |
108 | 108 | 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 \ |
110 | 110 | quilt qemu-user-static reprepro sudo unzip git-buildpackage \ |
111 | 111 | pristine-tar sbuild schroot zstd \ |
112 | 112 | umoci skopeo \ |
@@ -138,8 +138,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=${CACHE_SHARING} \ |
138 | 138 | apt-get install --no-install-recommends -y \ |
139 | 139 | gawk wget git diffstat unzip texinfo \ |
140 | 140 | 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 && \ |
143 | 143 | if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \ |
144 | 144 | apt-get install --no-install-recommends -y gcc-multilib g++-multilib; \ |
145 | 145 | fi && \ |
|
0 commit comments