diff options
author | Bill Nottingham <notting@splat.cc> | 2020-05-29 01:31:14 +0200 |
---|---|---|
committer | Bill Nottingham <notting@splat.cc> | 2020-06-03 16:48:48 +0200 |
commit | 64e31357544223bdd9f70f78c9472f7e4323c176 (patch) | |
tree | 48202d8f5d008b37ec781da30f575a2eb52ab48a /INSTALL.md | |
parent | Make supervisor more consistent (diff) | |
download | awx-64e31357544223bdd9f70f78c9472f7e4323c176.tar.xz awx-64e31357544223bdd9f70f78c9472f7e4323c176.zip |
Only build one awx image instead of separate web and task images
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index 8af4c332dd..f790bc03ba 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -109,7 +109,7 @@ In the sections below, you'll find deployment details and instructions for each ### Official vs Building Images -When installing AWX you have the option of building your own images or using the images provided on DockerHub (see [awx_web](https://hub.docker.com/r/ansible/awx_web/) and [awx_task](https://hub.docker.com/r/ansible/awx_task/)) +When installing AWX you have the option of building your own image or using the image provided on DockerHub (see [awx](https://hub.docker.com/r/ansible/awx/)) This is controlled by the following variables in the `inventory` file @@ -122,7 +122,7 @@ If these variables are present then all deployments will use these hosted images *dockerhub_base* -> The base location on DockerHub where the images are hosted (by default this pulls container images named `ansible/awx_web:tag` and `ansible/awx_task:tag`) +> The base location on DockerHub where the images are hosted (by default this pulls a container image named `ansible/awx:tag`) *dockerhub_version* |