Skip to content

Commit

Permalink
Software Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
snw35 committed Oct 27, 2024
1 parent 8497704 commit f815089
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ RUN wget $KUBESPY_URL/$KUBESPY_FILENAME \

# Install eksctl
# From https://github.com/eksctl-io/eksctl/releases
ENV EKSCTL_VERSION 0.193.0
ENV EKSCTL_VERSION 0.194.0
ENV EKSCTL_URL https://github.com/eksctl-io/eksctl/releases/download/v${EKSCTL_VERSION}
ENV EKSCTL_FILENAME eksctl_Linux_amd64.tar.gz
ENV EKSCTL_SHA256 5d53a96bf697b0b431647a404562fdb3c597754aea054baacf164771df2b3e02
ENV EKSCTL_SHA256 f41456a91fca3228e793d1365455c89c4ea8407486a64cce987ba54c800a7a66

RUN wget $EKSCTL_URL/$EKSCTL_FILENAME \
&& echo "$EKSCTL_SHA256 ./$EKSCTL_FILENAME" | sha256sum -c - \
Expand Down Expand Up @@ -300,10 +300,10 @@ RUN wget $AWS_CONNECT_URL/$AWS_CONNECT_FILENAME \


# Install AWS CLI v2
ENV AWS_CLI_VERSION 2.18.10
ENV AWS_CLI_VERSION 2.18.15
ENV AWS_CLI_URL https://awscli.amazonaws.com
ENV AWS_CLI_FILENAME awscli-exe-linux-x86_64-${AWS_CLI_VERSION}.zip
ENV AWS_CLI_SHA256 f2b0293eb3497be39a3d8b132063eefe07d8736849816446b8d41cf963ed6b42
ENV AWS_CLI_SHA256 f9da826d61a144419a530a99562d9ba1d90932aa73a203b2241f591ea6da1f28

RUN wget $AWS_CLI_URL/$AWS_CLI_FILENAME \
&& echo "$AWS_CLI_SHA256 ./$AWS_CLI_FILENAME" | sha256sum -c - \
Expand Down
4 changes: 2 additions & 2 deletions new_ver.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"AWS_CLI": "2.18.10",
"AWS_CLI": "2.18.15",
"AWS_IAM_AUTH": "0.6.27",
"BASE": "bookworm-20241016-slim",
"CLOUD_NUKE": "0.37.2",
"CONFD": "0.16.0",
"EKSCTL": "0.193.0",
"EKSCTL": "0.194.0",
"FLUX2": "2.4.0",
"HELM": "3.16.2",
"K9S": "0.32.5",
Expand Down
4 changes: 2 additions & 2 deletions old_ver.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"AWS_CLI": "2.18.10",
"AWS_CLI": "2.18.15",
"AWS_IAM_AUTH": "0.6.27",
"BASE": "bookworm-20241016-slim",
"CLOUD_NUKE": "0.37.2",
"CONFD": "0.16.0",
"EKSCTL": "0.193.0",
"EKSCTL": "0.194.0",
"FLUX2": "2.4.0",
"HELM": "3.16.2",
"K9S": "0.32.5",
Expand Down

0 comments on commit f815089

Please sign in to comment.