mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 13:10:11 -03:30
Merge pull request #11035 from rooftopcellist/build_app_image_docs
Update image variable name for awx-operator app image docs
This commit is contained in:
@@ -8,6 +8,8 @@ To build a custom awx image to use with the awx-operator, use the `build_image`
|
|||||||
$ ansible-playbook tools/ansible/build.yml -v -e awx_image=registry.example.com/awx -e awx_version=test
|
$ ansible-playbook tools/ansible/build.yml -v -e awx_image=registry.example.com/awx -e awx_version=test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> 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).
|
||||||
|
|
||||||
This will build an AWX image and tag it. You can then push that image to your container registry:
|
This will build an AWX image and tag it. You can then push that image to your container registry:
|
||||||
|
|
||||||
|
|
||||||
@@ -23,6 +25,6 @@ specify the new custom image.
|
|||||||
|
|
||||||
```
|
```
|
||||||
spec:
|
spec:
|
||||||
tower_image: registry.example.com/awx
|
image: registry.example.com/awx
|
||||||
tower_image_version: test
|
image_version: test
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user