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 Operator V1beta2 1.0.0
Commits
47dfbaec
Commit
47dfbaec
authored
Feb 22, 2021
by
Christopher Vernooy
Browse files
Merge branch 'cvernooy-development-patch-58434' into 'development'
Update Dockerfile See merge request
!2
parents
55a5932c
9813b5a9
Pipeline
#171568
canceled with stages
in 5 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Dockerfile
Dockerfile
+3
-1
No files found.
Dockerfile
View file @
47dfbaec
...
...
@@ -5,7 +5,9 @@ FROM spark-operator/spark-operator:v1beta2-1.0.0-2.4.4 AS base
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
RUN
dnf upgrade
-y
RUN
dnf
install
-y
openssl curl
RUN
rm
-rf
/var/cache/dnf
RUN
dnf upgrade
-y
&&
\
dnf clean all
&&
\
rm
-rf
/var/cache/dnf
COPY
--from=base /usr/bin/spark-operator /usr/bin/
COPY
tini /sbin/
RUN
chmod
+x /sbin/tini
...
...
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