From d4dfad9b0627321f62af93baf98fdd79fc098f04 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Mon, 31 May 2021 17:53:11 +0300 Subject: [PATCH] azure: use fedora-toolbox for Rawhide runs fedora:rawhide image has no '/bin/su' which is required by Azure CI to set up passwordless sudo rules. Signed-off-by: Alexander Bokovoy --- ipatests/azure/templates/variables-rawhide.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipatests/azure/templates/variables-rawhide.yml b/ipatests/azure/templates/variables-rawhide.yml index 32bbfd9f24d..ee1906f5895 100644 --- a/ipatests/azure/templates/variables-rawhide.yml +++ b/ipatests/azure/templates/variables-rawhide.yml @@ -4,7 +4,7 @@ variables: # # replace with 'fedora:rawhide' on fix: # https://bugzilla.redhat.com/show_bug.cgi?id=1869612 - DOCKER_BUILD_IMAGE: 'registry.fedoraproject.org/fedora:rawhide' + DOCKER_BUILD_IMAGE: 'registry.fedoraproject.org/fedora-toolbox:latest' # the Dockerfile to build Docker image for running IPA tests DOCKER_DOCKERFILE: 'Dockerfile.build.rawhide'