Re: [PATCH] docker: fix uid maping with podman

2019-09-25 Thread Philippe Mathieu-Daudé
On 9/26/19 1:31 AM, no-re...@patchew.org wrote: > Patchew URL: > https://patchew.org/QEMU/4b9204cc8ade1c965dc5412c53c6f7c5b4f019a2.1569413332.git.tgole...@redhat.com/ > > Hi, > > This series failed the asan build test. Please find the testing commands and > their output below. If you have Docker

Re: [PATCH] docker: fix uid maping with podman

2019-09-25 Thread no-reply
Patchew URL: https://patchew.org/QEMU/4b9204cc8ade1c965dc5412c53c6f7c5b4f019a2.1569413332.git.tgole...@redhat.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST

Re: [PATCH] docker: fix uid maping with podman

2019-09-25 Thread Philippe Mathieu-Daudé
On 9/25/19 2:09 PM, Tomáš Golembiovský wrote: > Commit 71ebbe09 refactored how uid mapping is performed when invoking > container. It however introduced a bug in the flow when podman is used > caused by wrong variable name. Thanks Tomáš, but there is already a fix for this on the list: https://www

[PATCH] docker: fix uid maping with podman

2019-09-25 Thread Tomáš Golembiovský
Commit 71ebbe09 refactored how uid mapping is performed when invoking container. It however introduced a bug in the flow when podman is used caused by wrong variable name. Signed-off-by: Tomáš Golembiovský --- tests/docker/docker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g