azure tests: move to fedora 38

Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2023-05-09 10:45:13 +02:00 committed by Rob Crittenden
parent bc39443211
commit 627c1101a0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora-toolbox:37
FROM registry.fedoraproject.org/fedora-toolbox:38
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:37'
DOCKER_BUILD_IMAGE: 'registry.fedoraproject.org/fedora-toolbox:38'
# the Dockerfile to build Docker image for running IPA tests
DOCKER_DOCKERFILE: ${{ format('Dockerfile.build.{0}', variables.IPA_PLATFORM) }}