]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/docker: add NOUSER for alpine image
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 25 Feb 2022 17:20:05 +0000 (17:20 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 28 Feb 2022 16:41:53 +0000 (16:41 +0000)
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>

tests/docker/Makefile.include

index 0ec59b21931f543425d5ae857326f024b602f906..286f0ac5b5281330da5ccd3d8bd56cef484296d7 100644 (file)
@@ -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