freeipa / ansible-freeipa

Ansible roles and modules for FreeIPA
GNU General Public License v3.0
480 stars 231 forks source link

upstream ci: Create containers with IPA not configured #1219

Open rjeffman opened 4 months ago

rjeffman commented 4 months ago

To allow uspstream testing of deployment roles, containers that do not have IPA pre-configured are necessary. Currently all the testing images available come with pre-configured images.

This patch provides a new pipeline to create raw containers, that is, containers that contain all necessary files, but do not have IPA configured.

Currently, only 'fedora:latest' is supported.

The TEMP commit is used to create a pipeline to test the container creation without re-creating all the existing ones.