Skip to content

Commit

Permalink
chore(awscli): Bump AWS CLI and fix install of AWS CLI (#5995)
Browse files Browse the repository at this point in the history
* chore(awscli): Bump AWS CLI and fix install of AWS CLI

* chore(upgrade): Upgrade Ubuntu image to latest supported release

* chore(awscli): Ubuntu docker image bump in separate PR revert to master Ubuntu

* chore(awscli): Ubuntu docker image bump in separate PR revert to master Ubuntu
  • Loading branch information
jasonmcintosh authored Aug 24, 2023
1 parent 7cd3a9d commit dbc3dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TARGETARCH

# KUBECTL_RELEASE kept one minor version behind latest to maximise compatibility overlap
ENV KUBECTL_RELEASE=1.22.17
ENV AWS_CLI_VERSION=1.18.152
ENV AWS_CLI_VERSION=1.22
ENV AWS_CLI_S3_CMD=2.0.2
ENV AWS_AIM_AUTHENTICATOR_VERSION=0.5.9
ENV GOOGLE_CLOUD_SDK_VERSION=412.0.0
Expand All @@ -23,7 +23,7 @@ RUN apk update \
openssh-client

# AWS CLI
RUN pip install --upgrade awscli==${AWS_CLI_VERSION} s3cmd==${AWS_CLI_S3_CMD} python-magic \
RUN pip install --upgrade --no-build-isolation awscli==${AWS_CLI_VERSION} s3cmd==${AWS_CLI_S3_CMD} python-magic \
&& pip uninstall -y pip

# Google cloud SDK
Expand Down

0 comments on commit dbc3dcb

Please sign in to comment.