From f66ef8484daef7ce08d38193a2dbd583a03ec28d Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Sat, 2 May 2020 15:58:43 +0300 Subject: [PATCH] Azure Pipelines: switch to Fedora 32 Reviewed-By: Christian Heimes --- ipatests/azure/Dockerfiles/Dockerfile.build.fedora | 2 +- ipatests/azure/templates/variables-fedora.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ipatests/azure/Dockerfiles/Dockerfile.build.fedora b/ipatests/azure/Dockerfiles/Dockerfile.build.fedora index 6fc0f3bcb..f5770dc21 100644 --- a/ipatests/azure/Dockerfiles/Dockerfile.build.fedora +++ b/ipatests/azure/Dockerfiles/Dockerfile.build.fedora @@ -1,4 +1,4 @@ -FROM fedora:31 +FROM fedora:32 MAINTAINER [FreeIPA Developers freeipa-devel@lists.fedorahosted.org] ENV container=docker LANG=en_US.utf8 LANGUAGE=en_US.utf8 LC_ALL=en_US.utf8 diff --git a/ipatests/azure/templates/variables-fedora.yml b/ipatests/azure/templates/variables-fedora.yml index bec631b87..8475fc40e 100644 --- a/ipatests/azure/templates/variables-fedora.yml +++ b/ipatests/azure/templates/variables-fedora.yml @@ -1,7 +1,7 @@ variables: IPA_PLATFORM: fedora # the Docker public image to build IPA packages (rpms) - DOCKER_BUILD_IMAGE: 'registry.fedoraproject.org/f31/fedora-toolbox' + DOCKER_BUILD_IMAGE: 'registry.fedoraproject.org/f32/fedora-toolbox' # the Dockerfile to build Docker image for running IPA tests DOCKER_DOCKERFILE: ${{ format('Dockerfile.build.{0}', variables.IPA_PLATFORM) }} @@ -17,4 +17,4 @@ variables: TOX_COMMAND: tox # Python version for UsePythonVersion@0 task - AZURE_PYTHON_VERSION: '3.7' + AZURE_PYTHON_VERSION: '3.8'