qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 01/15] docker/tricore: Use stretch-slim as a base image


From: Alex Bennée
Subject: Re: [PATCH v2 01/15] docker/tricore: Use stretch-slim as a base image
Date: Thu, 04 Jun 2020 16:41:53 +0100
User-agent: mu4e 1.5.1; emacs 28.0.50

Bastian Koppelmann <kbastian@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 <kbastian@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

[Prev in Thread] Current Thread [Next in Thread]