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
858684a3
Commit
858684a3
authored
May 17, 2021
by
Adam Martin
Browse files
bump pip to 21.1.1
parent
69606b4c
Pipeline
#264220
passed with stages
in 18 minutes and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Dockerfile
Dockerfile
+2
-2
hardening_manifest.yaml
hardening_manifest.yaml
+3
-3
No files found.
Dockerfile
View file @
858684a3
...
@@ -11,10 +11,10 @@ ARG spark_uid=185
...
@@ -11,10 +11,10 @@ ARG spark_uid=185
USER
root
USER
root
COPY
pip-21.
0
.1-py3-none-any.whl setuptools-53.0.0-py3-none-any.whl ./
COPY
pip-21.
1
.1-py3-none-any.whl setuptools-53.0.0-py3-none-any.whl ./
RUN
dnf
-y
update
&&
dnf
-y
upgrade
&&
\
RUN
dnf
-y
update
&&
dnf
-y
upgrade
&&
\
pip3
install
--upgrade
./pip-21.
0
.1-py3-none-any.whl ./setuptools-53.0.0-py3-none-any.whl
&&
\
pip3
install
--upgrade
./pip-21.
1
.1-py3-none-any.whl ./setuptools-53.0.0-py3-none-any.whl
&&
\
rm
-rf
/var/cache/dnf
&&
\
rm
-rf
/var/cache/dnf
&&
\
mkdir
-p
/opt/spark/python/pyspark
&&
\
mkdir
-p
/opt/spark/python/pyspark
&&
\
mkdir
-p
/opt/spark/python/lib
&&
\
mkdir
-p
/opt/spark/python/lib
&&
\
...
...
hardening_manifest.yaml
View file @
858684a3
...
@@ -39,11 +39,11 @@ labels:
...
@@ -39,11 +39,11 @@ labels:
resources
:
resources
:
-
url
:
"
docker://gcr.io/spark-operator/spark-py@sha256:c1f21b8b6f4f0ad7b25177ad086b7eaf7d96747940b0fe2e8dc6ca688c85db76"
-
url
:
"
docker://gcr.io/spark-operator/spark-py@sha256:c1f21b8b6f4f0ad7b25177ad086b7eaf7d96747940b0fe2e8dc6ca688c85db76"
tag
:
"
spark-operator/spark-py:2.4.5"
tag
:
"
spark-operator/spark-py:2.4.5"
-
filename
:
pip-21.
0
.1-py3-none-any.whl
-
filename
:
pip-21.
1
.1-py3-none-any.whl
url
:
https://files.pythonhosted.org/packages/
fe/ef/60d7ba03b5c442309ef42e7d69959f73aacccd0d86008362a681c4698e83
/pip-21.
0
.1-py3-none-any.whl
url
:
https://files.pythonhosted.org/packages/
cd/6f/43037c7bcc8bd8ba7c9074256b1a11596daa15555808ec748048c1507f08
/pip-21.
1
.1-py3-none-any.whl
validation
:
validation
:
type
:
sha256
type
:
sha256
value
:
37fd50e056e2aed635dec96594606f0286640489b0db0ce7607f7e51890372d5
value
:
11d095ed5c15265fc5c15cc40a45188675c239fb0f9913b673a33e54ff7d45f0
-
filename
:
setuptools-53.0.0-py3-none-any.whl
-
filename
:
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
url
:
https://files.pythonhosted.org/packages/15/0e/255e3d57965f318973e417d5b7034223f1223de500d91b945ddfaef42a37/setuptools-53.0.0-py3-none-any.whl
validation
:
validation
:
...
...
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