mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Update AWX images to CentOS 8
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM {{ web_image }}:{{ awx_version }}
|
||||
USER 0
|
||||
RUN sudo yum -y remove nginx
|
||||
RUN sudo dnf -y remove nginx
|
||||
USER 1000
|
||||
EXPOSE 8052
|
||||
CMD /usr/bin/launch_awx_task.sh
|
||||
|
||||
Reference in New Issue
Block a user