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-py
Commits
946cc54c
Commit
946cc54c
authored
Feb 24, 2021
by
Jeffrey Weatherford
Browse files
trying to solve python deps
parent
f1ea33f2
Pipeline
#174987
failed with stages
in 2 minutes and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
Dockerfile
Dockerfile
+1
-1
hardening_manifest.yaml
hardening_manifest.yaml
+10
-1
No files found.
Dockerfile
View file @
946cc54c
...
@@ -12,7 +12,7 @@ ARG spark_uid=185
...
@@ -12,7 +12,7 @@ ARG spark_uid=185
USER
root
USER
root
RUN
dnf
-y
update
&&
dnf
-y
upgrade
&&
\
RUN
dnf
-y
update
&&
dnf
-y
upgrade
&&
\
pip3
install
--upgrade
pip
setuptools
&&
\
pip3
install
--upgrade
pip
-21.0.1-py3-none-any.whl setuptools-53.0.0-py3-none-any.whl
&&
\
rm
-rf
/var/cache/dnf
rm
-rf
/var/cache/dnf
COPY
--from=base /python/spark /opt/spark/python/pyspark
COPY
--from=base /python/spark /opt/spark/python/pyspark
...
...
hardening_manifest.yaml
View file @
946cc54c
...
@@ -39,7 +39,16 @@ labels:
...
@@ -39,7 +39,16 @@ labels:
resources
:
resources
:
-
url
:
"
docker://gcr.io/spark-operator/spark-operator@sha256:52b257911a5c47c480aae25f83c80151a2ed8c99e8b50317d451c157c80666fd"
-
url
:
"
docker://gcr.io/spark-operator/spark-operator@sha256:52b257911a5c47c480aae25f83c80151a2ed8c99e8b50317d451c157c80666fd"
tag
:
"
spark-operator/spark-operator:v1beta2-1.0.0-2.4.4"
tag
:
"
spark-operator/spark-operator:v1beta2-1.0.0-2.4.4"
-
name
:
pip-21.0.1-py3-none-any.whl
url
:
https://files.pythonhosted.org/packages/fe/ef/60d7ba03b5c442309ef42e7d69959f73aacccd0d86008362a681c4698e83/pip-21.0.1-py3-none-any.whl
validation
:
type
:
sha256
value
:
37fd50e056e2aed635dec96594606f0286640489b0db0ce7607f7e51890372d5
-
name
:
setuptools-53.0.0-py3-none-any.whl
url
:
https://files.pythonhosted.org/packages/15/0e/255e3d57965f318973e417d5b7034223f1223de500d91b945ddfaef42a37/setuptools-53.0.0-py3-none-any.whl
validation
:
type
:
sha256
value
:
0e86620d658c5ca87a71a283bd308fcaeb4c33e17792ef6f081aec17c171347f
# List of project maintainers
# List of project maintainers
maintainers
:
maintainers
:
...
...
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