mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 01:58:09 -03:30
Update some references to our development images
This commit is contained in:
@@ -71,7 +71,7 @@ In the root of awx-operator:
|
||||
```
|
||||
$ ansible-playbook ansible/instantiate-awx-deployment.yml \
|
||||
-e development_mode=yes \
|
||||
-e image=quay.io/awx/awx_kube_devel \
|
||||
-e image=ghcr.io/ansible/awx_kube_devel \
|
||||
-e image_version=devel \
|
||||
-e image_pull_policy=Always \
|
||||
-e service_type=nodeport \
|
||||
@@ -103,7 +103,7 @@ In the root of the AWX repo:
|
||||
|
||||
```
|
||||
$ make awx-kube-dev-build
|
||||
$ docker push quay.io/awx/awx_kube_devel:${COMPOSE_TAG}
|
||||
$ docker push ghcr.io/ansible/awx_kube_devel:${COMPOSE_TAG}
|
||||
```
|
||||
|
||||
In the root of awx-operator:
|
||||
@@ -111,7 +111,7 @@ In the root of awx-operator:
|
||||
```
|
||||
$ ansible-playbook ansible/instantiate-awx-deployment.yml \
|
||||
-e development_mode=yes \
|
||||
-e image=quay.io/awx/awx_kube_devel \
|
||||
-e image=ghcr.io/ansible/awx_kube_devel \
|
||||
-e image_version=${COMPOSE_TAG} \
|
||||
-e image_pull_policy=Always \
|
||||
-e service_type=nodeport \
|
||||
|
||||
Reference in New Issue
Block a user