Allow customizing the receptor image in the development environment (#11374)

* Allow for customizing the receptor image

* Hook in receptor image to docker-compose template

* Fix missing -e to pass into Dockerfile playbook

* Add some docs
This commit is contained in:
Alan Rominger
2021-11-19 14:00:23 -05:00
committed by GitHub
parent 44237426df
commit 099efb883d
6 changed files with 35 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ services:
- "awx_db:/var/lib/postgresql/data"
{% if execution_node_count|int > 0 %}
receptor-hop:
image: quay.io/ansible/receptor:devel
image: {{ receptor_image }}
user: root
container_name: tools_receptor_hop
hostname: receptor-hop