mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 03:30:02 -03:30
Fix command in build_awx_image.md
This commit is contained in:
@@ -6,9 +6,8 @@ To build a custom awx image to use with the awx-operator, use the `build_image`
|
||||
|
||||
```
|
||||
$ ansible-playbook tools/ansible/build.yml \
|
||||
-e registry=registry.example.com \
|
||||
-e awx_image=ansible/awx \
|
||||
-e awx_version=test -v
|
||||
-e awx_image=registry.example.com/ansible/awx \
|
||||
-e awx_image_tag=test -v
|
||||
```
|
||||
|
||||
> Note: The development image (`make docker-compose-build`) will not work with the awx-operator, the UI is not built in that image, among other things (see Dockerfile.j2 for more info).
|
||||
|
||||
Reference in New Issue
Block a user