mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
Added a pipeline file (tests/azure/build-containers.yml) to build test containers and upload them to quay.io. The pipeline will create containers with IPA pre-installed for testing proposes on three different Linux containers: CentOS 7, CentOS 8 and Fedora Latest.
19 lines
376 B
YAML
19 lines
376 B
YAML
---
|
|
driver:
|
|
name: docker
|
|
platforms:
|
|
- name: centos-8-build
|
|
image: centos:8
|
|
pre_build_image: true
|
|
hostname: ipaserver.test.local
|
|
dns_servers:
|
|
- 8.8.8.8
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
command: /usr/sbin/init
|
|
privileged: true
|
|
provisioner:
|
|
name: ansible
|
|
playbooks:
|
|
prepare: ../resources/playbooks/prepare-build.yml
|