mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 10:27:34 -02:30
Remove image push logic from installer roles
I’m going to be reusing this code on the Tower side, and I’m trying to refactor some of the AWX specific bits out. There will probably be more to come, but this is a good start.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM {{ awx_web_image }}:{{ awx_version }}
|
||||
FROM {{ web_image }}:{{ awx_version }}
|
||||
USER 0
|
||||
RUN sudo yum -y remove nginx
|
||||
USER 1000
|
||||
|
||||
Reference in New Issue
Block a user