Re: [PATCH v2 29/30] tests/docker: remove FROM qemu/ support from docker.py

2022-10-30 Thread Paolo Bonzini
I think sudo needs to be changed to "sudo -n" in docker.py. Thanks for the report! Paolo Il sab 29 ott 2022, 23:13 Stefan Weil ha scritto: > Am 29.10.22 um 21:46 schrieb Paolo Bonzini: > > Il sab 29 ott 2022, 11:38 Stefan Weil ha scritto: > >> Am 15.09.22 um 10:41 schrieb Richard Henderson:

Re: [PATCH v2 29/30] tests/docker: remove FROM qemu/ support from docker.py

2022-10-29 Thread Stefan Weil via
Am 29.10.22 um 21:46 schrieb Paolo Bonzini: Il sab 29 ott 2022, 11:38 Stefan Weil ha scritto: Am 15.09.22 um 10:41 schrieb Richard Henderson: > On 9/14/22 16:59, Alex Bennée wrote: >> We want to migrate from docker.py to building our images directly with >> docker/podman.

Re: [PATCH v2 29/30] tests/docker: remove FROM qemu/ support from docker.py

2022-10-29 Thread Paolo Bonzini
Il sab 29 ott 2022, 11:38 Stefan Weil ha scritto: > Am 15.09.22 um 10:41 schrieb Richard Henderson: > > On 9/14/22 16:59, Alex Bennée wrote: > >> We want to migrate from docker.py to building our images directly with > >> docker/podman. Before we get there we need to make sure we don't > >>

Re: [PATCH v2 29/30] tests/docker: remove FROM qemu/ support from docker.py

2022-10-29 Thread Stefan Weil via
Am 15.09.22 um 10:41 schrieb Richard Henderson: On 9/14/22 16:59, Alex Bennée wrote: We want to migrate from docker.py to building our images directly with docker/podman. Before we get there we need to make sure we don't re-introduce our layered builds so bug out if we see FROM qemu/ in a

Re: [PATCH v2 29/30] tests/docker: remove FROM qemu/ support from docker.py

2022-09-15 Thread Richard Henderson
On 9/14/22 16:59, Alex Bennée wrote: We want to migrate from docker.py to building our images directly with docker/podman. Before we get there we need to make sure we don't re-introduce our layered builds so bug out if we see FROM qemu/ in a Dockerfile. Signed-off-by: Alex Bennée Acked-by:

[PATCH v2 29/30] tests/docker: remove FROM qemu/ support from docker.py

2022-09-14 Thread Alex Bennée
We want to migrate from docker.py to building our images directly with docker/podman. Before we get there we need to make sure we don't re-introduce our layered builds so bug out if we see FROM qemu/ in a Dockerfile. Signed-off-by: Alex Bennée Acked-by: Thomas Huth Message-Id: