All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] support/docker: move to current bookworm (Debian 12) snapshot
@ 2025-02-06  7:23 Peter Korsgaard
  2025-02-06  7:23 ` [Buildroot] [PATCH 2/4] support/docker: add curl Peter Korsgaard
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Peter Korsgaard @ 2025-02-06  7:23 UTC (permalink / raw)
  To: buildroot

Debian 11 is out of security support since 15 August 2024, so move to
current Debian 12 instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 support/docker/Dockerfile       | 2 +-
 support/docker/apt-sources.list | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/support/docker/Dockerfile b/support/docker/Dockerfile
index 8c6e2add60..71d326cfd0 100644
--- a/support/docker/Dockerfile
+++ b/support/docker/Dockerfile
@@ -6,7 +6,7 @@
 # We use a specific tag for the base image *and* the corresponding date
 # for the repository., so do not forget to update the apt-sources.list
 # file that is shipped next to this Dockerfile.
-FROM debian:bullseye-20230202
+FROM debian:bookworm-20250203
 
 LABEL maintainer="Buildroot mailing list <buildroot@buildroot.org>" \
       vendor="Buildroot" \
diff --git a/support/docker/apt-sources.list b/support/docker/apt-sources.list
index 849996d9f7..ddbe15eed8 100644
--- a/support/docker/apt-sources.list
+++ b/support/docker/apt-sources.list
@@ -1,4 +1,4 @@
-# Latest just before 20230207T102800Z:
-deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20230206T092119Z/ bullseye main
-deb [check-valid-until=no] http://snapshot.debian.org/archive/debian-security/20230206T092119Z/ bullseye-security main
-deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20230206T092119Z/ bullseye-updates main
+# Latest just before 20250205151400Z:
+deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20250205T145632Z/ bookworm main
+deb [check-valid-until=no] http://snapshot.debian.org/archive/debian-security/20250205T145632Z/ bookworm-security main
+deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20250205T145632Z/ bookworm-updates main
-- 
2.39.5

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-02-09 21:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-06  7:23 [Buildroot] [PATCH 1/4] support/docker: move to current bookworm (Debian 12) snapshot Peter Korsgaard
2025-02-06  7:23 ` [Buildroot] [PATCH 2/4] support/docker: add curl Peter Korsgaard
2025-02-06  7:23 ` [Buildroot] [PATCH 3/4] support/docker: add tar 1.35 Peter Korsgaard
2025-02-06  7:23 ` [Buildroot] [PATCH 4/4] .gitlab-ci.yml: use Debian 12-based container image with curl / " Peter Korsgaard
2025-02-06  8:36   ` Romain Naour via buildroot
2025-02-06  9:03     ` Peter Korsgaard
2025-02-06  9:19       ` Romain Naour via buildroot
2025-02-06 14:37         ` Peter Korsgaard
2025-02-09 21:22           ` Peter Korsgaard

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.