summaryrefslogtreecommitdiffstats
path: root/installer/image_build/templates/Dockerfile.task.j2
diff options
context:
space:
mode:
Diffstat (limited to 'installer/image_build/templates/Dockerfile.task.j2')
-rw-r--r--installer/image_build/templates/Dockerfile.task.j26
1 files changed, 6 insertions, 0 deletions
diff --git a/installer/image_build/templates/Dockerfile.task.j2 b/installer/image_build/templates/Dockerfile.task.j2
new file mode 100644
index 0000000000..b72160cb68
--- /dev/null
+++ b/installer/image_build/templates/Dockerfile.task.j2
@@ -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