tests/docker: add NOUSER for alpine image
The alpine image doesn't have a standard useradd binary so disable this convenience feature for it. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220225172021.3493923-3-alex.bennee@linaro.org>
This commit is contained in:
parent
be20302ae8
commit
5dbefb87aa
@ -158,6 +158,9 @@ docker-image-debian-native: DOCKER_REGISTRY=
|
||||
docker-image-debian10: NOUSER=1
|
||||
docker-image-debian11: NOUSER=1
|
||||
|
||||
# alpine has no adduser
|
||||
docker-image-alpine: NOUSER=1
|
||||
|
||||
#
|
||||
# The build rule for hexagon-cross is special in so far for most of
|
||||
# the time we don't want to build it. While dockers caching does avoid
|
||||
|
Loading…
Reference in New Issue
Block a user