UNCLASSIFIED

Commit 130fddb8 authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'development' into 'master'

Development

See merge request !40
parents cfe0aa64 c87f69ef
Pipeline #416495 passed with stages
in 21 minutes and 2 seconds
...@@ -38,12 +38,12 @@ RUN find /usr/local -depth \ ...@@ -38,12 +38,12 @@ 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.1-py3-none-any.whl / COPY pip-21.2.3-py3-none-any.whl /
COPY setuptools-56.1.0-py3-none-any.whl / COPY setuptools-57.4.0-py3-none-any.whl /
COPY wheel-0.36.2-py2.py3-none-any.whl / COPY wheel-0.36.2-py2.py3-none-any.whl /
RUN python3.6 -m pip install --no-index --upgrade /pip-21.2.1-py3-none-any.whl && \ RUN python3.6 -m pip install --no-index --upgrade /pip-21.2.3-py3-none-any.whl && \
python3.6 -m pip install --no-index --upgrade /setuptools-56.1.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.36.2-py2.py3-none-any.whl python3.6 -m pip install --no-index --upgrade /wheel-0.36.2-py2.py3-none-any.whl
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......
...@@ -35,12 +35,12 @@ resources: ...@@ -35,12 +35,12 @@ resources:
validation: validation:
type: sha256 type: sha256
value: f2377645ddbe150db42ff37c41401981f6f5259320ca559e7368a0785b99d6df value: f2377645ddbe150db42ff37c41401981f6f5259320ca559e7368a0785b99d6df
- filename: pip-21.2.1-py3-none-any.whl - filename: pip-21.2.3-py3-none-any.whl
url: https://files.pythonhosted.org/packages/8a/d7/f505e91e2cdea53cfcf51f4ac478a8cd64fb0bc1042629cedde20d9a6a9b/pip-21.2.2-py3-none-any.whl url: https://files.pythonhosted.org/packages/ca/bf/4133a0e05eac641ec270bbcef30512b5ad307d7838adb994acd652cc30e3/pip-21.2.3-py3-none-any.whl
validation: validation:
type: sha256 type: sha256
value: b02a9d345f913e03fde2ed41896687cc1a2053c6adbe142ec03cff6b0827233d value: 895df6014c2f02f9d278a8ad6e31cdfd312952b4a93c3068d0556964f4490057
- filename: setuptools-56.1.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:
type: sha256 type: sha256
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment