Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 887 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 887 Bytes

Border0 AWX EE

This is a clone of the official AWX EE image with some modifications to enhance it with Border0

Upstream branches will be kept as they are and used as a base for our own branches.

Changes

First of all we remove all the redhar fluff, and pretty much anything that's not required to build the image.

We add following changes to the EE image:

AWX EE

The default Execution Environment for AWX.

Build the image locally

First, install ansible-builder.

Then run the following command from the root of this repo:

$ ansible-builder build -v3 -t quay.io/ansible/awx-ee # --container-runtime=docker # Is podman by default