[Buildroot] [git commit branch/2021.08.x] support/docker: update the stretch image

Peter Korsgaard peter at korsgaard.com
Sat Nov 20 21:08:27 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=39f6f91b9b485869f7e99ddf68d0b259c56be556
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.08.x

The current stretch image we are using on the maintenance branches still
has the old Let's Encrypt certificate that expired a few weeks ago,
causign a lot of download errors:

Suggested-by: Peter Korsgaard <peter at korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
Cc: Romain Naour <romain.naour at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 support/docker/Dockerfile       | 4 ++--
 support/docker/apt-sources.list | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/support/docker/Dockerfile b/support/docker/Dockerfile
index a9bacca3a0..9bd62a04fe 100644
--- a/support/docker/Dockerfile
+++ b/support/docker/Dockerfile
@@ -4,9 +4,9 @@
 #   sudo docker push buildroot/base:YYYYMMDD.HHMM
 
 # 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
+# for the repository, so do not forget to update the apt-sources.list
 # file that is shipped next to this Dockerfile.
-FROM debian:stretch-20171210
+FROM debian:stretch-20211115
 
 LABEL maintainer="Buildroot mailing list <buildroot at buildroot.org>" \
       vendor="Buildroot" \
diff --git a/support/docker/apt-sources.list b/support/docker/apt-sources.list
index 789fb8fc17..785b6a0d4e 100644
--- a/support/docker/apt-sources.list
+++ b/support/docker/apt-sources.list
@@ -1,4 +1,4 @@
-# Latest just before 20171210T000000Z:
-deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20171209T220346Z/ stretch main
-deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20171209T220346Z/ stretch-updates main
-deb [check-valid-until=no] http://snapshot.debian.org/archive/debian-security/20171209T224618Z/ stretch/updates main
+# Latest just before 20211115T000000Z:
+deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20211114T204852Z/ stretch main
+deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20211115T000000Z/ stretch-updates main
+deb [check-valid-until=no] http://snapshot.debian.org/archive/debian-security/20211114T121535Z/ stretch/updates main


More information about the buildroot mailing list