edff632186
This is a base element which uses a containerfile (Dockerfile) to build a container image, then the filesystem is extracted from that image and forms the root of the dib image. You can add as little or as much to the dockerfile as desired. Change-Id: I4e821aa2ce7feb8841ef31da56de1a31aa9218b5
10 lines
155 B
YAML
10 lines
155 B
YAML
- hosts: all
|
|
name: Run dib functional tests
|
|
roles:
|
|
- ensure-pip
|
|
- bindep
|
|
- dib-setup-gate-mirrors
|
|
- ensure-podman
|
|
- dib-functests
|
|
|