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:
@@ -33,7 +33,7 @@ RUN set -ex ;\
|
|||||||
gdisk \
|
gdisk \
|
||||||
udev \
|
udev \
|
||||||
jq ;\
|
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 --ignore-installed PyYAML ;\
|
||||||
pip3 --no-cache-dir install --upgrade \
|
pip3 --no-cache-dir install --upgrade \
|
||||||
crush \
|
crush \
|
||||||
|
@@ -47,7 +47,7 @@ RUN set -ex ;\
|
|||||||
uuid-runtime \
|
uuid-runtime \
|
||||||
jq \
|
jq \
|
||||||
alien ;\
|
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 --ignore-installed PyYAML ;\
|
||||||
pip3 --no-cache-dir install --upgrade \
|
pip3 --no-cache-dir install --upgrade \
|
||||||
six \
|
six \
|
||||||
|
@@ -18,7 +18,7 @@ set -xe
|
|||||||
|
|
||||||
export APTLY_REPO=${APTLY_REPO:-"https://github.com/aptly-dev/aptly.git"}
|
export APTLY_REPO=${APTLY_REPO:-"https://github.com/aptly-dev/aptly.git"}
|
||||||
export APTLY_REFSPEC=${APTLY_REFSPEC:-"master"}
|
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 {
|
function install_aptly_from_apt {
|
||||||
tee /etc/apt/sources.list.d/aptly.list << EOF
|
tee /etc/apt/sources.list.d/aptly.list << EOF
|
||||||
|
@@ -11,7 +11,7 @@ LABEL org.opencontainers.image.licenses='BSD-3-Clause'
|
|||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install curl python3 python3-setuptools -y \
|
&& 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
|
RUN pip install ospurge python-openstackclient
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user