Skip to content

Commit 4205cd8

Browse files
authored
Merge pull request #129 from codeship-library/aws
Update to AWS CLI 1.42.47
2 parents 0fb353b + f3ba558 commit 4205cd8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile.ansible

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV PATH="/root/bin:/root/.local/bin:${PATH}"
66
RUN \
77
apt-get update && \
88
apt-get install -y --no-install-recommends pipx python3-setuptools apt-transport-https ca-certificates wget rsync unzip jq zip curl && \
9-
pipx install --include-deps ansible==11.6.0 awscli
9+
pipx install --include-deps ansible==11.10.0 awscli
1010

1111
RUN mkdir /root/bin
1212

base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer='Codeship Inc., <maintainers@codeship.com>'
33

44
# which version of the AWS CLI to install.
55
# https://pypi.python.org/pypi/awscli
6-
ARG AWS_CLI_VERSION="1.40.36"
6+
ARG AWS_CLI_VERSION="1.42.47"
77

88
ENV PIP_DISABLE_PIP_VERSION_CHECK=true
99

deployment/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ RUN \
1616

1717
# Install kubectl from AWS
1818
# https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html#linux_amd64_kubectl
19-
ARG KUBECTL_VERSION="1.33.0"
20-
ARG KUBECTL_BUILD_DATE="2025-05-01"
19+
ARG KUBECTL_VERSION="1.34.1"
20+
ARG KUBECTL_BUILD_DATE="2025-09-19"
2121

2222
RUN curl -L https://s3.us-west-2.amazonaws.com/amazon-eks/${KUBECTL_VERSION}/${KUBECTL_BUILD_DATE}/bin/linux/amd64/kubectl > /usr/local/bin/kubectl \
2323
&& chmod +x /usr/local/bin/kubectl

0 commit comments

Comments
 (0)