Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tests/docker: bump the xtensa base to debian:11-slim
Stretch is going out of support so things like security updates will
fail. As the toolchain itself is binary it hopefully won't mind the
underlying OS being updated.

Message-Id: <20230503091244.1450613-3-alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reported-by: Richard Henderson <richard.henderson@linaro.org>
(cherry picked from commit 3217b84)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
stsquad authored and Michael Tokarev committed May 18, 2023
1 parent 273147b commit e7f1150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/dockerfiles/debian-xtensa-cross.docker
Expand Up @@ -5,7 +5,7 @@
# using a prebuilt toolchains for Xtensa cores from:
# https://github.com/foss-xtensa/toolchain/releases
#
FROM docker.io/library/debian:stretch-slim
FROM docker.io/library/debian:11-slim

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
Expand Down

0 comments on commit e7f1150

Please sign in to comment.