tests/docker: allow "update" to add the current user
commitbf46c0eed345714044080539b7d17707dc8e3f2e
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 12 May 2021 10:20:24 +0000 (12 11:20 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 18 May 2021 08:35:39 +0000 (18 09:35 +0100)
treebdd7bf7887c31f23bf47b7be6307a77ae767641d
parent8d628d075d5797fc50e2db7a3cd836e2abe5c306
tests/docker: allow "update" to add the current user

The current user functionality is used for cross compiling to avoid
complications with permissions when building test programs. However
for images that come from the registry we still need the ability to
add the user after the fact.

Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210512102051.12134-5-alex.bennee@linaro.org>
tests/docker/docker.py