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
python
python36
Compare Revisions
cdf0bcac402263c1c2243f8a494e795995392898...a753771e5560045e59d1733149d9502a2f317eb1
Commits (4)
Update dependency pip to v21.2.4
· 379805c9
Elvis Chi
authored
Aug 13, 2021
379805c9
Update dependency pip to v21.2.4
· cd6846f7
Elvis Chi
authored
Aug 13, 2021
cd6846f7
Update dependency pip to v21.2.4
· ae77432d
Elvis Chi
authored
Aug 13, 2021
ae77432d
Merge branch 'update-dep' into 'development'
· a753771e
Elvis Chi
authored
Aug 13, 2021
Update dep See merge request
!45
a753771e
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 @
a753771e
...
@@ -38,11 +38,11 @@ RUN find /usr/local -depth \
...
@@ -38,11 +38,11 @@ RUN find /usr/local -depth \
echo
'/usr/local/lib'
>
/etc/ld.so.conf
&&
\
echo
'/usr/local/lib'
>
/etc/ld.so.conf
&&
\
ldconfig
ldconfig
COPY
pip-21.2.
3
-py3-none-any.whl /
COPY
pip-21.2.
4
-py3-none-any.whl /
COPY
setuptools-57.4.0-py3-none-any.whl /
COPY
setuptools-57.4.0-py3-none-any.whl /
COPY
wheel-0.37.0-py2.py3-none-any.whl /
COPY
wheel-0.37.0-py2.py3-none-any.whl /
RUN
python3.6
-m
pip
install
--no-index
--upgrade
/pip-21.2.
3
-py3-none-any.whl
&&
\
RUN
python3.6
-m
pip
install
--no-index
--upgrade
/pip-21.2.
4
-py3-none-any.whl
&&
\
python3.6
-m
pip
install
--no-index
--upgrade
/setuptools-57.4.0-py3-none-any.whl
&&
\
python3.6
-m
pip
install
--no-index
--upgrade
/setuptools-57.4.0-py3-none-any.whl
&&
\
python3.6
-m
pip
install
--no-index
--upgrade
/wheel-0.37.0-py2.py3-none-any.whl
python3.6
-m
pip
install
--no-index
--upgrade
/wheel-0.37.0-py2.py3-none-any.whl
...
...
hardening_manifest.yaml
View file @
a753771e
...
@@ -35,11 +35,11 @@ resources:
...
@@ -35,11 +35,11 @@ resources:
validation
:
validation
:
type
:
sha256
type
:
sha256
value
:
f2377645ddbe150db42ff37c41401981f6f5259320ca559e7368a0785b99d6df
value
:
f2377645ddbe150db42ff37c41401981f6f5259320ca559e7368a0785b99d6df
-
filename
:
pip-21.2.
3
-py3-none-any.whl
-
filename
:
pip-21.2.
4
-py3-none-any.whl
url
:
https://files.pythonhosted.org/packages/ca/
bf/4133a0e05eac641ec270bbcef30512b5ad307d7838adb994acd652cc30e3
/pip-21.2.
3
-py3-none-any.whl
url
:
https://files.pythonhosted.org/packages/ca/
31/b88ef447d595963c01060998cb329251648acf4a067721b0452c45527eb8
/pip-21.2.
4
-py3-none-any.whl
validation
:
validation
:
type
:
sha256
type
:
sha256
value
:
895df6014c2f02f9d278a8ad6e31cdfd312952b4a93c3068d0556964f4490057
value
:
fa9ebb85d3fd607617c0c44aca302b1b45d87f9c2a1649b46c26167ca4296323
-
filename
:
setuptools-57.4.0-py3-none-any.whl
-
filename
:
setuptools-57.4.0-py3-none-any.whl
url
:
https://files.pythonhosted.org/packages/bd/25/5bdf7f1adeebd4e3fa76b2e2f045ae53ee208e40a4231ad0f0c3007e4353/setuptools-57.4.0-py3-none-any.whl
url
:
https://files.pythonhosted.org/packages/bd/25/5bdf7f1adeebd4e3fa76b2e2f045ae53ee208e40a4231ad0f0c3007e4353/setuptools-57.4.0-py3-none-any.whl
validation
:
validation
:
...
...