Bastian Koppelmann <kbast...@mail.uni-paderborn.de> writes:

> we get an authentication errror when trying to pull qemu:debian9. Thus
> just start from a plain debian image.

Ahh I see a breakage in tests/docker/Makefile.include where the line
should be:

docker-image-debian-tricore-cross: docker-image-debian9

to ensure qemu:debian9 is built before this one.

>
> Signed-off-by: Bastian Koppelmann <kbast...@mail.uni-paderborn.de>
> ---
>  .../dockerfiles/debian-tricore-cross.docker      | 16 ++++++++++++++--
>  1 file changed, 14 insertions(+), 2 deletions(-)
>
> diff --git a/tests/docker/dockerfiles/debian-tricore-cross.docker 
> b/tests/docker/dockerfiles/debian-tricore-cross.docker
> index 4a0f7706a3..544d7814f8 100644
> --- a/tests/docker/dockerfiles/debian-tricore-cross.docker
> +++ b/tests/docker/dockerfiles/debian-tricore-cross.docker
> @@ -7,10 +7,22 @@
>  #
>  # SPDX-License-Identifier: GPL-2.0-or-later
>  #
> -FROM qemu:debian9
> -
> +FROM debian:stretch-slim

Any reason not to up the base to debian10 to stay ahead of the
deprecation curve?

-- 
Alex Bennée

Reply via email to