ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
137 stars 161 forks source link

Add awx-ee-build-container-image job #4

Closed pabelanger closed 3 years ago

pabelanger commented 3 years ago

This job uses podman to build the awx execution environment. This job does not test that ansible-builder worked properly. For that, we'll be creating a 2nd job which runs ansible-builder, then compares the output of the context folder to confirm the files in git are the same.

Signed-off-by: Paul Belanger pabelanger@redhat.com

pabelanger commented 3 years ago

Pull-request updated, HEAD is now 3c37f3c5aaa76d69235d56ca962c42567d4e144b

pabelanger commented 3 years ago

Pull-request updated, HEAD is now 22187c4ef4dfc396c8f709252880a23e4ce4c474

pabelanger commented 3 years ago

Pull-request updated, HEAD is now 7d63bc848e9f81e3bd7c90dcf53f0fe218767964

pabelanger commented 3 years ago

Pull-request updated, HEAD is now aa2c4591c34e6baad227adba3386604d48d1bc39

AlanCoding commented 3 years ago

From the output, it looks like this is using:

STEP 1: FROM quay.io/ansible/ansible-runner:devel

Did it build that image from one of your other dependent PRs, or is it what's actually on quay?

pabelanger commented 3 years ago

From the output, it looks like this is using:

STEP 1: FROM quay.io/ansible/ansible-runner:devel

Did it build that image from one of your other dependent PRs, or is it what's actually on quay?

This will pull directly from quay.io, the way to tell is if you look in the commit message / first comment there is no depends-on syntax. What I'd like to do, is if we land this change, and publish the awx-ee, the next PR will have a depends-on to the multi-stage build change in ansible-runner, so we can confirm we can still build the execution environment properly