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:
parent
d795224982
commit
c30e92f201
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user