From e87c9d8811e626f5fdd3ae461428030847c51739 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Wed, 23 Mar 2022 15:28:58 -0400 Subject: [PATCH] Fix command in build_awx_image.md --- docs/build_awx_image.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/build_awx_image.md b/docs/build_awx_image.md index 4530e06458..c359f7e31e 100644 --- a/docs/build_awx_image.md +++ b/docs/build_awx_image.md @@ -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).