File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ RUN mkdir -p /go/src/github.com/DataDog/datadog-agent
157157# Force umask to 0022
158158RUN 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
162162RUN yum -y install net-snmp-devel python-deltarpm yum-utils libtool rpm-sign createrepo
163163
Original file line number Diff line number Diff line change 11FROM 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
44RUN apt update && apt-get install -y libkrb5-dev unixodbc-dev rpm python-deltarpm createrepo yum-utils gnupg2
55
66ADD rpmmacros /root/.rpmmacros
Original file line number Diff line number Diff 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
9595RUN 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
9898RUN apt-get install -y libkrb5-dev unixodbc-dev rpm python-deltarpm createrepo yum-utils bison
Original file line number Diff line number Diff line change @@ -91,6 +91,6 @@ RUN mkdir -p "$GEM_HOME" "$BUNDLE_BIN" \
9191
9292RUN 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
9696RUN yum -y install net-snmp-devel python-deltarpm yum-utils libtool rpm-sign createrepo
Original file line number Diff line number Diff line change 11FROM 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
66ADD rpmmacros /root/.rpmmacros
Original file line number Diff line number Diff line change 11FROM 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
55RUN yum -y install net-snmp-devel python-deltarpm yum-utils libtool rpm-sign createrepo
66
Original file line number Diff line number Diff 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
3737RUN yum -y install net-snmp-devel python-deltarpm yum-utils libtool rpm-sign createrepo
3838
You can’t perform that action at this time.
0 commit comments