pin versions

This commit is contained in:
Sergey Dudoladov 2019-05-24 14:51:36 +02:00
parent 3f32870d75
commit 46a4342a2f
2 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,11 @@ COPY manifests ./manifests
COPY e2e/requirements.txt e2e/tests ./ COPY e2e/requirements.txt e2e/tests ./
RUN apt-get update \ RUN apt-get update \
&& apt-get install --no-install-recommends -y python3 python3-setuptools python3-pip curl \ && apt-get install --no-install-recommends -y \
python3=3.6.7-1~18.04 \
python3-setuptools=39.0.1-2 \
python3-pip=9.0.1-2.3~ubuntu1 \
curl=7.58.0-2ubuntu3.7 \
&& pip3 install --no-cache-dir -r requirements.txt \ && pip3 install --no-cache-dir -r requirements.txt \
&& curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.14.0/bin/linux/amd64/kubectl \ && curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.14.0/bin/linux/amd64/kubectl \
&& chmod +x ./kubectl \ && chmod +x ./kubectl \

View File

@ -1,3 +1,3 @@
kubernetes==9.0.0 kubernetes==9.0.0
timeout_decorator==0.4.1 timeout_decorator==0.4.1
pyyaml pyyaml==5.1