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
415 B
YAML
19 lines
415 B
YAML
---
|
|
driver:
|
|
name: docker
|
|
platforms:
|
|
- name: fedora-latest
|
|
image: quay.io/ansible-freeipa/upstream-tests:fedora-latest
|
|
pre_build_image: true
|
|
hostname: ipaserver.test.local
|
|
dns_servers:
|
|
- 127.0.0.1
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
command: /usr/sbin/init
|
|
privileged: true
|
|
provisioner:
|
|
name: ansible
|
|
playbooks:
|
|
prepare: ../resources/playbooks/prepare.yml
|