From: Andrzej Hajda <andrzej.hajda@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>,
Ryszard Knop <ryszard.knop@intel.com>,
Ryszard Knop <rk@dragonic.eu>,
Petri Latvala <adrinael@adrinael.net>,
Andrzej Hajda <andrzej.hajda@intel.com>
Subject: [PATCH v2 2/5] Dockerfile: bump debian version
Date: Wed, 11 Jun 2025 13:06:37 +0200 [thread overview]
Message-ID: <20250611-bump_docker_distros-v2-2-90791ecb953d@intel.com> (raw)
In-Reply-To: <20250611-bump_docker_distros-v2-0-90791ecb953d@intel.com>
Debian buster is already old and EOL. Replace
it with oldest but still supported release - bullseye.
It will allow to use more recent build tools.
v2: python-docutils -> python3-docutils, description
Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
Reviewed-by: Petri Latvala <adrinael@adrinael.net> #irc
---
Dockerfile.build-debian | 2 +-
Dockerfile.build-debian-arm64 | 4 ++--
Dockerfile.build-debian-armhf | 4 ++--
Dockerfile.build-debian-minimal | 2 +-
Dockerfile.build-debian-mips | 4 ++--
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/Dockerfile.build-debian b/Dockerfile.build-debian
index 454f4bce5e77339ddcd7db2d90a7944ddfe1b266..52d7c42d132509e3c22fc4af01629482d7fa46cd 100644
--- a/Dockerfile.build-debian
+++ b/Dockerfile.build-debian
@@ -15,7 +15,7 @@ RUN apt-get install -y \
libxmlrpc-core-c3-dev \
libjson-c-dev \
libcurl4-openssl-dev \
- python-docutils \
+ python3-docutils \
valgrind \
peg \
libdrm-intel1
diff --git a/Dockerfile.build-debian-arm64 b/Dockerfile.build-debian-arm64
index 573c7096feb8da1789f2520e556109e358a351fa..cf0625ac725aa009173b9afe072a646a13402cb5 100644
--- a/Dockerfile.build-debian-arm64
+++ b/Dockerfile.build-debian-arm64
@@ -1,4 +1,4 @@
-FROM debian:buster
+FROM debian:bullseye
RUN apt-get update
RUN apt-get install -y \
@@ -6,7 +6,7 @@ RUN apt-get install -y \
bison \
pkg-config \
x11proto-dri2-dev \
- python-docutils \
+ python3-docutils \
valgrind \
peg
diff --git a/Dockerfile.build-debian-armhf b/Dockerfile.build-debian-armhf
index 737ca3645f1ba37bd694f7bdf19c2a4d7293be72..58b5be82a4da8a72bd52dcf719daa1a7c958a354 100644
--- a/Dockerfile.build-debian-armhf
+++ b/Dockerfile.build-debian-armhf
@@ -1,4 +1,4 @@
-FROM debian:buster
+FROM debian:bullseye
RUN apt-get update
RUN apt-get install -y \
@@ -6,7 +6,7 @@ RUN apt-get install -y \
bison \
pkg-config \
x11proto-dri2-dev \
- python-docutils \
+ python3-docutils \
valgrind \
peg
diff --git a/Dockerfile.build-debian-minimal b/Dockerfile.build-debian-minimal
index 64edf4b4313ee482b7b2c5212fe31f1021c9cccf..3850fb43e5cc3bc958663ca225bb6130ae947b76 100644
--- a/Dockerfile.build-debian-minimal
+++ b/Dockerfile.build-debian-minimal
@@ -1,4 +1,4 @@
-FROM debian:buster
+FROM debian:bullseye
RUN apt-get update
RUN apt-get install -y \
diff --git a/Dockerfile.build-debian-mips b/Dockerfile.build-debian-mips
index 9b7c0a5b4703e8dd9461406731af248b050a0a2b..1ca3d6aefbd401de0f909f05445b75f9e53abafe 100644
--- a/Dockerfile.build-debian-mips
+++ b/Dockerfile.build-debian-mips
@@ -1,4 +1,4 @@
-FROM debian:buster
+FROM debian:bullseye
RUN apt-get update
RUN apt-get install -y \
@@ -6,7 +6,7 @@ RUN apt-get install -y \
bison \
pkg-config \
x11proto-dri2-dev \
- python-docutils \
+ python3-docutils \
valgrind \
peg
--
2.43.0
next prev parent reply other threads:[~2025-06-11 11:07 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-11 11:06 [PATCH v2 0/5] CI/build: bump container images, OS and meson versions Andrzej Hajda
2025-06-11 11:06 ` [PATCH v2 1/5] CI: create own base buildah image instead of wayland's Andrzej Hajda
2025-06-11 12:33 ` [v2,1/5] " Knop, Ryszard
2025-06-11 11:06 ` Andrzej Hajda [this message]
2025-06-11 12:33 ` [v2,2/5] Dockerfile: bump debian version Knop, Ryszard
2025-06-11 11:06 ` [PATCH v2 3/5] Dockerfile: bump fedora version Andrzej Hajda
2025-06-11 12:30 ` [v2,3/5] " Knop, Ryszard
2025-06-12 11:56 ` Hajda, Andrzej
2025-06-11 11:06 ` [PATCH v2 4/5] meson: bump required and tested version of meson Andrzej Hajda
2025-06-11 12:32 ` [v2,4/5] " Knop, Ryszard
2025-06-11 11:06 ` [PATCH v2 5/5] CI: remove podman login Andrzej Hajda
2025-06-11 12:34 ` [v2,5/5] " Knop, Ryszard
2025-06-11 20:27 ` ✓ i915.CI.BAT: success for CI/build: bump container images, OS and meson versions Patchwork
2025-06-11 20:50 ` ✓ Xe.CI.BAT: " Patchwork
2025-06-12 0:29 ` ✓ i915.CI.Full: " Patchwork
2025-06-12 4:22 ` ✗ Xe.CI.Full: failure " Patchwork
2025-06-12 10:26 ` Kamil Konieczny
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=20250611-bump_docker_distros-v2-2-90791ecb953d@intel.com \
--to=andrzej.hajda@intel.com \
--cc=adrinael@adrinael.net \
--cc=igt-dev@lists.freedesktop.org \
--cc=kamil.konieczny@linux.intel.com \
--cc=rk@dragonic.eu \
--cc=ryszard.knop@intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.