Re: [PATCH v1 4/7] tests/docker: add "fetch" sub-command

2021-03-10 Thread Philippe Mathieu-Daudé
On 3/10/21 8:23 PM, Alex Bennée wrote: > This simply wraps up fetching a build from the registry and tagging it > as the local build. > > Signed-off-by: Alex Bennée > --- > tests/docker/docker.py | 17 + > 1 file changed, 17 insertions(+) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v1 4/7] tests/docker: add "fetch" sub-command

2021-03-10 Thread Alex Bennée
This simply wraps up fetching a build from the registry and tagging it as the local build. Signed-off-by: Alex Bennée --- tests/docker/docker.py | 17 + 1 file changed, 17 insertions(+) diff --git a/tests/docker/docker.py b/tests/docker/docker.py index 86d31a5fe6..f6f461bbc9 100