mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
azure: bump F32->F34
Fixes: https://pagure.io/freeipa/issue/8848 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
4f30130697
commit
6fe8620668
@ -1,4 +1,4 @@
|
||||
FROM fedora:32
|
||||
FROM fedora:34
|
||||
MAINTAINER [FreeIPA Developers freeipa-devel@lists.fedorahosted.org]
|
||||
ENV container=docker LANG=en_US.utf8 LANGUAGE=en_US.utf8 LC_ALL=en_US.utf8
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
variables:
|
||||
IPA_PLATFORM: fedora
|
||||
# the Docker public image to build IPA packages (rpms)
|
||||
DOCKER_BUILD_IMAGE: 'fedora:32'
|
||||
DOCKER_BUILD_IMAGE: 'fedora:34'
|
||||
|
||||
# the Dockerfile to build Docker image for running IPA tests
|
||||
DOCKER_DOCKERFILE: ${{ format('Dockerfile.build.{0}', variables.IPA_PLATFORM) }}
|
||||
|
Loading…
Reference in New Issue
Block a user