Fix gates

Fixes get-pip url
Updates go to 1.17.6 for mini-mirror

Change-Id: Ieaf35d935381416b0acd93113ed26cf981e7461b
Signed-off-by: Andrii Ostapenko <aostapenko@microsoft.com>
This commit is contained in:
Andrii Ostapenko 2022-02-02 10:13:13 -07:00
parent d795224982
commit c30e92f201
No known key found for this signature in database
GPG Key ID: F3E83668DBB223B3
4 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ RUN set -ex ;\
gdisk \
udev \
jq ;\
curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 ;\
curl -sSL https://bootstrap.pypa.io/pip/3.6/get-pip.py | python3 ;\
pip3 --no-cache-dir install --upgrade --ignore-installed PyYAML ;\
pip3 --no-cache-dir install --upgrade \
crush \

View File

@ -47,7 +47,7 @@ RUN set -ex ;\
uuid-runtime \
jq \
alien ;\
curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 ;\
curl -sSL https://bootstrap.pypa.io/pip/3.6/get-pip.py | python3 ;\
pip3 --no-cache-dir install --upgrade --ignore-installed PyYAML ;\
pip3 --no-cache-dir install --upgrade \
six \

View File

@ -18,7 +18,7 @@ set -xe
export APTLY_REPO=${APTLY_REPO:-"https://github.com/aptly-dev/aptly.git"}
export APTLY_REFSPEC=${APTLY_REFSPEC:-"master"}
export GO_SOURCE="https://dl.google.com/go/go1.13.5.linux-amd64.tar.gz"
export GO_SOURCE="https://dl.google.com/go/go1.17.6.linux-amd64.tar.gz"
function install_aptly_from_apt {
tee /etc/apt/sources.list.d/aptly.list << EOF

View File

@ -11,7 +11,7 @@ LABEL org.opencontainers.image.licenses='BSD-3-Clause'
RUN set -xe \
&& apt-get update \
&& apt-get install curl python3 python3-setuptools -y \
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python3
&& curl -sSL https://bootstrap.pypa.io/pip/3.6/get-pip.py | python3
RUN pip install ospurge python-openstackclient