mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Switch Azure CI to Fedora 36 pre-release
Use fedora-toolbox:36 image as it is prepared to work with systemd and sudo Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM fedora:34
|
FROM registry.fedoraproject.org/fedora-toolbox:36
|
||||||
MAINTAINER [FreeIPA Developers freeipa-devel@lists.fedorahosted.org]
|
MAINTAINER [FreeIPA Developers freeipa-devel@lists.fedorahosted.org]
|
||||||
ENV container=docker LANG=en_US.utf8 LANGUAGE=en_US.utf8 LC_ALL=en_US.utf8
|
ENV container=docker LANG=en_US.utf8 LANGUAGE=en_US.utf8 LC_ALL=en_US.utf8
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
variables:
|
variables:
|
||||||
IPA_PLATFORM: fedora
|
IPA_PLATFORM: fedora
|
||||||
# the Docker public image to build IPA packages (rpms)
|
# the Docker public image to build IPA packages (rpms)
|
||||||
DOCKER_BUILD_IMAGE: 'fedora:34'
|
DOCKER_BUILD_IMAGE: 'registry.fedoraproject.org/fedora-toolbox:36'
|
||||||
|
|
||||||
# the Dockerfile to build Docker image for running IPA tests
|
# the Dockerfile to build Docker image for running IPA tests
|
||||||
DOCKER_DOCKERFILE: ${{ format('Dockerfile.build.{0}', variables.IPA_PLATFORM) }}
|
DOCKER_DOCKERFILE: ${{ format('Dockerfile.build.{0}', variables.IPA_PLATFORM) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user