summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/builds/build-container-images.yml
blob: 445d73d29ebae51cc75fe38e86f346a5111d3864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
- name: Build all the images we need for running integration tests
  hosts: localhost
  connection: local
  tasks:

    - name: test-target-base
      docker_image:
        state: present
        path: ./
        dockerfile: Dockerfile.test-target-base
        name: test-target-base

    - name: preflight-aos-package-checks
      docker_image:
        state: present
        pull: no
        path: ./aos-package-checks
        name: preflight-aos-package-checks