Only build one awx image instead of separate web and task images

This commit is contained in:
Bill Nottingham
2020-05-28 19:31:14 -04:00
parent 559d917184
commit 64e3135754
12 changed files with 39 additions and 116 deletions

View File

@@ -1,6 +0,0 @@
FROM {{ web_image }}:{{ awx_version }}
USER 0
RUN sudo dnf -y remove nginx
USER 1000
EXPOSE 8052
CMD /usr/bin/launch_awx_task.sh