Skip to content

Commit 533b6a9

Browse files
authored
Merge branch 'master' into update-git-goreleaser
2 parents 9603e14 + 35e7f6b commit 533b6a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN echo "===> Installing Utilities from yum ..." && \
3333

3434
RUN 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 && \

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
pushDockerImage {
55
dockerRepositoryURL = "docker.io"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)