Skip to content

Commit 01ae655

Browse files
committed
STAC-16520 Downgrade boto3 to be compatible with awscli 1.16
1 parent 74b8d37 commit 01ae655

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.ci-builders/centos7-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ RUN mkdir -p /go/src/github.com/DataDog/datadog-agent
157157
# Force umask to 0022
158158
RUN echo "umask 0022" >> /root/.bashrc
159159

160-
RUN pip install awscli==1.16 boto3==1.22.7 sts-rpm-s3==0.3.3
160+
RUN pip install awscli==1.16 boto3==1.8.0 sts-rpm-s3==0.3.3
161161

162162
RUN yum -y install net-snmp-devel python-deltarpm yum-utils libtool rpm-sign createrepo
163163

.ci-builders/debian-rpmpublisher/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM docker.io/python:3.10.4-slim-buster
22

3-
RUN pip install boto3==1.22.7 sts-rpm-s3==0.3.3 invoke==1.7.0 distro==1.4.0 awscli==1.16
3+
RUN pip install boto3==1.8.0 sts-rpm-s3==0.3.3 invoke==1.7.0 distro==1.4.0 awscli==1.16
44
RUN apt update && apt-get install -y libkrb5-dev unixodbc-dev rpm python-deltarpm createrepo yum-utils gnupg2
55

66
ADD rpmmacros /root/.rpmmacros

.ci-builders/runner-circle-deb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ RUN apt-get install -y apt-utils libtool && apt-get install -y --only-upgrade li
9494
# For some tests
9595
RUN apt-get install sudo
9696

97-
RUN pip install awscli==1.16 boto3==1.22.7 sts-rpm-s3==0.3.3
97+
RUN pip install awscli==1.16 boto3==1.8.0 sts-rpm-s3==0.3.3
9898
RUN apt-get install -y libkrb5-dev unixodbc-dev rpm python-deltarpm createrepo yum-utils bison

.ci-builders/runner-circle-rpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ RUN mkdir -p "$GEM_HOME" "$BUNDLE_BIN" \
9191

9292
RUN git config --global user.email "gitlab@stackstate" && git config --global user.name "Gitlab Stackstate"
9393

94-
RUN pip install awscli==1.16 boto3==1.22.7 sts-rpm-s3==0.3.3
94+
RUN pip install awscli==1.16 boto3==1.8.0 sts-rpm-s3==0.3.3
9595

9696
RUN yum -y install net-snmp-devel python-deltarpm yum-utils libtool rpm-sign createrepo
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM docker.io/stackstate/stackstate-agent-runner-gitlab:latest
22

3-
RUN pip install awscli==1.16 boto3==1.22.7 sts-rpm-s3==0.3.3
3+
RUN pip install awscli==1.16 boto3==1.8.0 sts-rpm-s3==0.3.3
44
#RUN apt-get install -y libkrb5-dev unixodbc-dev rpm python-deltarpm createrepo yum-utils
55

66
ADD rpmmacros /root/.rpmmacros

.ci-builders/runner-gitlab-rpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM docker.io/stackstate/stackstate-agent-runner-gitlab:centos6
22

3-
RUN pip install awscli==1.16 boto3==1.22.7 sts-rpm-s3==0.3.3
3+
RUN pip install awscli==1.16 boto3==1.8.0 sts-rpm-s3==0.3.3
44

55
RUN yum -y install net-snmp-devel python-deltarpm yum-utils libtool rpm-sign createrepo
66

.ci-builders/runner7-gitlab-rpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN curl https://curl.se/ca/cacert.pem -o /etc/pki/tls/certs/ca-bundle.crt
3232

3333
# /workaround
3434

35-
RUN pip install awscli==1.16 boto3==1.22.7 sts-rpm-s3==0.3.3
35+
RUN pip install awscli==1.16 boto3==1.8.0 sts-rpm-s3==0.3.3
3636

3737
RUN yum -y install net-snmp-devel python-deltarpm yum-utils libtool rpm-sign createrepo
3838

0 commit comments

Comments
 (0)