Skip to content

Commit

Permalink
Software Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
snw35 committed Dec 25, 2022
1 parent ae05cfd commit 113dd97
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ RUN wget $PACKER_URL/$PACKER_FILENAME \
# Install aws-iam-authenticator
# From https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html
# https://github.com/kubernetes-sigs/aws-iam-authenticator/releases
ENV AWS_IAM_AUTH_VERSION 0.5.12
ENV AWS_IAM_AUTH_VERSION 0.6.2
ENV AWS_IAM_AUTH_URL https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v${AWS_IAM_AUTH_VERSION}
ENV AWS_IAM_AUTH_FILENAME aws-iam-authenticator_${AWS_IAM_AUTH_VERSION}_linux_amd64
ENV AWS_IAM_AUTH_SHA256 2b0d7e9bf920c1d07e0a58493127ca693bd8dfd930618d92415335c85fdfc5e9
ENV AWS_IAM_AUTH_SHA256 953faf58a5e3653d6355e8f2c35aa4daaafb1c28987708a6c72760f49dc91023

RUN wget $AWS_IAM_AUTH_URL/$AWS_IAM_AUTH_FILENAME \
&& echo "$AWS_IAM_AUTH_SHA256 ./$AWS_IAM_AUTH_FILENAME" | sha256sum -c - \
Expand Down Expand Up @@ -234,10 +234,10 @@ RUN wget $K9S_URL/$K9S_FILENAME \

# Install flux2
# From https://github.com/fluxcd/flux2/releases
ENV FLUX2_VERSION 0.37.0
ENV FLUX2_VERSION 0.38.2
ENV FLUX2_URL https://github.com/fluxcd/flux2/releases/download/v${FLUX2_VERSION}
ENV FLUX2_FILENAME flux_${FLUX2_VERSION}_linux_amd64.tar.gz
ENV FLUX2_SHA256 28717941414b212f4e4521f9f960f5cf75b901178edc6d03c278be7e43025a0f
ENV FLUX2_SHA256 98b4df1f39bc509f3974bbd9d00c91143a1a5cd39fb10fab03911ff713cf8b01

RUN wget $FLUX2_URL/$FLUX2_FILENAME \
&& echo "$FLUX2_SHA256 ./$FLUX2_FILENAME" | sha256sum -c - \
Expand Down Expand Up @@ -377,10 +377,10 @@ RUN wget $AWS_CONNECT_URL/$AWS_CONNECT_FILENAME \


# Install AWS CLI v2
ENV AWS_CLI_VERSION 2.9.8
ENV AWS_CLI_VERSION 2.9.10
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 1262adf5c2300024c81a25bc2316304a6051ee867f2ed3e738880d6b8a01a03b
ENV AWS_CLI_SHA256 5ffc98a7f50602234ce12e482d25284445a29b1b515ca8fb64c77a4323dad0c0

RUN wget $AWS_CLI_URL/$AWS_CLI_FILENAME \
&& echo "$AWS_CLI_SHA256 ./$AWS_CLI_FILENAME" | sha256sum -c - \
Expand Down
8 changes: 4 additions & 4 deletions new_ver.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"AWS_CLI": "2.9.8",
"AWS_IAM_AUTH": "0.5.12",
"AWS_CLI": "2.9.10",
"AWS_IAM_AUTH": "0.6.2",
"AWS_OKTA": "1.0.11",
"BASE": "3.17.0",
"CLOUD_NUKE": "0.22.1",
"CONFD": "0.16.0",
"EKSCTL": "0.123.0",
"FLUX2": "0.37.0",
"EKSCTL": "0.124.0",
"FLUX2": "0.38.2",
"GLIBC": "2.35-r0",
"HELM": "3.10.3",
"K9S": "0.26.7",
Expand Down
8 changes: 4 additions & 4 deletions old_ver.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"AWS_CLI": "2.9.8",
"AWS_IAM_AUTH": "0.5.12",
"AWS_CLI": "2.9.10",
"AWS_IAM_AUTH": "0.6.2",
"AWS_OKTA": "1.0.11",
"BASE": "3.17.0",
"CLOUD_NUKE": "0.22.1",
"CONFD": "0.16.0",
"EKSCTL": "0.123.0",
"FLUX2": "0.37.0",
"EKSCTL": "0.124.0",
"FLUX2": "0.38.2",
"GLIBC": "2.35-r0",
"HELM": "3.10.3",
"K9S": "0.26.7",
Expand Down

0 comments on commit 113dd97

Please sign in to comment.