azure tests: move to fedora 37

Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
Reviewed-By: Stanislav Levin <slev@altlinux.org>
This commit is contained in:
Florence Blanc-Renaud 2022-10-13 07:36:15 +02:00
parent 25c00d0d40
commit 232b5a9dde
3 changed files with 4 additions and 5 deletions

View File

@ -10,6 +10,5 @@ ipaserver == @VERSION@
ipatests == @VERSION@
# keep pylint version in sync with current Fedora release
# F36 has 2.12.2
# https://pagure.io/freeipa/issue/8818 added pylint 2.8 support
pylint ~= 2.12.2
# F37 has 2.15.5
pylint ~= 2.15.5

View File

@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora-toolbox:36
FROM registry.fedoraproject.org/fedora-toolbox:37
MAINTAINER [FreeIPA Developers freeipa-devel@lists.fedorahosted.org]
ENV container=docker LANG=en_US.utf8 LANGUAGE=en_US.utf8 LC_ALL=en_US.utf8

View File

@ -1,7 +1,7 @@
variables:
IPA_PLATFORM: fedora
# the Docker public image to build IPA packages (rpms)
DOCKER_BUILD_IMAGE: 'registry.fedoraproject.org/fedora-toolbox:36'
DOCKER_BUILD_IMAGE: 'registry.fedoraproject.org/fedora-toolbox:37'
# the Dockerfile to build Docker image for running IPA tests
DOCKER_DOCKERFILE: ${{ format('Dockerfile.build.{0}', variables.IPA_PLATFORM) }}