Skip to content

Commit

Permalink
chore(support): bump aws/aws-cli to 2.18.6 in Docker images (#6546)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev authored Oct 15, 2024
1 parent ea00f62 commit 44d6940
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions support/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ WORKDIR /project

FROM python:3.11.10-alpine@sha256:004b4029670f2964bb102d076571c9d750c2a43b51c13c768e443c95a71aa9f3 AS aws-builder

ENV AWSCLI_VERSION=2.17.57
ENV AWSCLI_SHA256="c9eda0acca6b6fdd39009754978534b644c4b89fa1caa19c9e2bf9dbbd15c798"
ENV AWSCLI_VERSION=2.18.6
ENV AWSCLI_SHA256="f63e6ca40741d862d0f676e7674dc879cab2f99bd4a4b40ae21dffaef8dfe127"

RUN apk add --no-cache \
wget \
Expand Down
10 changes: 5 additions & 5 deletions support/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ WORKDIR /project
# garden-aws-base
#
FROM garden-base-root as garden-aws-base
ENV AWSCLI_VERSION=2.17.57
ENV AWSCLI_SHA256="3caf429486338c7fbfb8bc16365d3b6076190838c7e42e70e8138a14aaaadcdf"
ENV AWSCLI_VERSION=2.18.6
ENV AWSCLI_SHA256="c75d1b6d0bec0193fed140736de172faf391a2e36e6da1ecd65ceb940a1a2c09"

RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWSCLI_VERSION}.zip" -o "awscliv2.zip"
RUN echo "${AWSCLI_SHA256} awscliv2.zip" | sha256sum -c
Expand Down Expand Up @@ -122,7 +122,7 @@ COPY --chown=$USER:root --from=garden-azure-base /usr/local/bin/kubelogin /usr/l
# garden-aws
#
FROM garden-base as garden-aws
ENV AWSCLI_VERSION=2.17.57
ENV AWSCLI_VERSION=2.18.6
# Copy aws cli
RUN mkdir -p ${HOME}/aws-cli
COPY --chown=$USER:root --from=garden-aws-base /usr/local/aws-cli ${HOME}/aws-cli
Expand All @@ -143,7 +143,7 @@ ENV PATH /google-cloud-sdk/bin:$PATH
# garden-aws-gloud
#
FROM garden-base as garden-aws-gcloud
ENV AWSCLI_VERSION=2.17.57
ENV AWSCLI_VERSION=2.18.6

# Copy aws cli
RUN mkdir -p ${HOME}/aws-cli
Expand All @@ -160,7 +160,7 @@ ENV PATH /google-cloud-sdk/bin:$PATH
# garden-aws-gloud-azure
#
FROM garden-base as garden-aws-gcloud-azure
ENV AWSCLI_VERSION=2.17.57
ENV AWSCLI_VERSION=2.18.6

# Copy aws cli
RUN mkdir -p ${HOME}/aws-cli
Expand Down

0 comments on commit 44d6940

Please sign in to comment.