mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
Initial awx installer
This commit is contained in:
committed by
Matthew Jones
parent
de2aa2792a
commit
d39c70d9f2
6
installer/image_build/templates/Dockerfile.task.j2
Normal file
6
installer/image_build/templates/Dockerfile.task.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM {{ awx_web_image }}:{{ awx_version }}
|
||||
USER 0
|
||||
RUN sudo yum -y remove nginx
|
||||
USER 1000
|
||||
EXPOSE 8052
|
||||
CMD /usr/bin/launch_awx_task.sh
|
||||
Reference in New Issue
Block a user