Re: [PATCH 5/7] tests/docker: use direct RUNC call to build containers

2023-02-28 Thread Philippe Mathieu-Daudé
On 24/2/23 19:08, Alex Bennée wrote: We don't really need stuff from docker.py to do the build as we have everything we need with a direct call. We do rely on the dockerfiles being able to tweak the UID/name mapping as the last step. Signed-off-by: Alex Bennée --- tests/docker/Makefile.includ

Re: [PATCH 5/7] tests/docker: use direct RUNC call to build containers

2023-02-28 Thread Daniel P . Berrangé
On Fri, Feb 24, 2023 at 06:08:55PM +, Alex Bennée wrote: > We don't really need stuff from docker.py to do the build as we have > everything we need with a direct call. We do rely on the dockerfiles > being able to tweak the UID/name mapping as the last step. > > Signed-off-by: Alex Bennée >

[PATCH 5/7] tests/docker: use direct RUNC call to build containers

2023-02-24 Thread Alex Bennée
We don't really need stuff from docker.py to do the build as we have everything we need with a direct call. We do rely on the dockerfiles being able to tweak the UID/name mapping as the last step. Signed-off-by: Alex Bennée --- tests/docker/Makefile.include | 22 +- 1 file ch