UNCLASSIFIED

Commit 70f38f1f authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

Merge branch 'jweatherford-development-patch-04505' into 'development'

Update Dockerfile

See merge request !25
parents 27d7e840 0bc0fec9
Pipeline #321536 passed with stages
in 27 minutes and 59 seconds
...@@ -44,10 +44,5 @@ RUN chmod g+w /opt/spark/work-dir ...@@ -44,10 +44,5 @@ RUN chmod g+w /opt/spark/work-dir
ENTRYPOINT [ "/opt/entrypoint.sh" ] ENTRYPOINT [ "/opt/entrypoint.sh" ]
#not needed, spark plumbs into k8s directly and k8s monitors it directly
# but VAT wants this so...
HEALTHCHECK --start-period=1s --interval=10s \
CMD ( touch /tmp/foo && rm /tmp/foo ) || exit 1
# Specify the User that the actual main process will run as # Specify the User that the actual main process will run as
USER ${spark_uid} USER ${spark_uid}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment