UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
spark-operator
spark
Commits
70f38f1f
Commit
70f38f1f
authored
Jun 14, 2021
by
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
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
Dockerfile
Dockerfile
+0
-5
No files found.
Dockerfile
View file @
70f38f1f
...
@@ -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}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment