tests/docker: Use --userns=keep-id for podman
authorJohn Snow <jsnow@redhat.com>
Wed, 4 Sep 2019 23:24:51 +0000 (19:24 -0400)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 10 Sep 2019 08:38:33 +0000 (09:38 +0100)
commit63772d5cfda6e1dc1e9f2e17abda8c223fdbdd76
treeba4d5334c428151e809ad27d85bd576e2e0bc3fa
parent8480517d4cd33627f7edd3a18829ddd11550a0f3
tests/docker: Use --userns=keep-id for podman

The workaround that attempts to accomplish the same result as --userns=keep-id
does not appear to work well with UIDs much above 1000 (like mine, which is
above 20000.)

Since we have official support for this "trick" now, use the supported method.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20190904232451.26466-1-jsnow@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/docker/docker.py