Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemcd authored May 24, 2023
1 parent c5cff6d commit 3886826
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
# AWX-EE
# AWX EE

The default Execution Environment for AWX.

## Build the AWX-EE image locally
## Build the image locally

First, [install ansible-builder](https://ansible-builder.readthedocs.io/en/stable/installation/).

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

```
pip install --pre ansible-builder
```

Run the following command from the directory of the cloned code to build the AWX-EE image:

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

0 comments on commit 3886826

Please sign in to comment.