-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |