File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN echo "===> Installing Utilities from yum ..." && \
3333
3434RUN echo "===> Installing Tools via pip ..." && \
3535 pip install --upgrade pip cffi && \
36- pip install --upgrade ansible boto3 awscli git+https://github.com/makethunder/awsudo.git pywinrm && \
36+ pip install --upgrade ansible boto3 awscli==1.18.13 git+https://github.com/makethunder/awsudo.git pywinrm && \
3737 \
3838 echo "===> Adding hosts for convenience..." && \
3939 mkdir -p /etc/ansible && \
Original file line number Diff line number Diff line change 11#! /usr/bin/env groovy
2- @Library (' github.com/stakater/fabric8 -pipeline-library@master ' ) _
2+ @Library (' github.com/stakater/stakater -pipeline-library@v2.16.24 ' ) _
33
44pushDockerImage {
55 dockerRepositoryURL = " docker.io"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ This repo is part of a parent project to achieve the ability of possibility of c
3434* cffi
3535* ansible
3636* boto
37- * awscli
37+ * awscli==1.18.13
3838* pywinrm
3939
4040##### Other Binaries
You can’t perform that action at this time.
0 commit comments