You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Publish amd64 and arm64 awx image on release (#15053)
* Stage multi-arch awx image
- change CI to use `make awx-kube-build` instead of build playbook
- update staging CI to build and push multiarch awx image
- update doc to use `make awx-kube-build` to build awx image
- remove build playbook (no longer used)
Copy file name to clipboardExpand all lines: docs/build_awx_image.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,10 @@
2
2
3
3
## Build & Push Image
4
4
5
-
To build a custom awx image to use with the awx-operator, use the `build_image` role:
5
+
To build a custom awx image to use with the awx-operator:
6
6
7
7
```
8
-
$ ansible-playbook tools/ansible/build.yml \
9
-
-e awx_image=registry.example.com/ansible/awx \
10
-
-e awx_image_tag=test -v
8
+
make awx-kube-build
11
9
```
12
10
13
11
> 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).
0 commit comments