Skip to content

Commit

Permalink
Merge pull request #712 from LZY7977/master
Browse files Browse the repository at this point in the history
upgrade ssm agent version
  • Loading branch information
LZY7977 authored Mar 21, 2024
2 parents d8f9acc + 69ec59b commit 769227e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion al2/aarch64/standard/2.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN curl -sS -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3.us-we

# Configure SSM
RUN set -ex \
&& yum install -yq https://s3.amazonaws.com/amazon-ssm-us-east-1/3.0.1390.0/linux_arm64/amazon-ssm-agent.rpm
&& yum install -yq https://s3.amazonaws.com/amazon-ssm-us-east-1/latest/linux_arm64/amazon-ssm-agent.rpm

# Install env tools for runtimes
## Dotnet
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/standard/5.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ RUN curl -sS -o /usr/local/bin/aws-iam-authenticator https://s3.us-west-2.amazon
RUN set -ex \
&& mkdir /tmp/ssm \
&& cd /tmp/ssm \
&& wget -q https://s3.amazonaws.com/amazon-ssm-us-east-1/3.1.1374.0/debian_amd64/amazon-ssm-agent.deb \
&& wget -q https://s3.amazonaws.com/amazon-ssm-us-east-1/latest/debian_amd64/amazon-ssm-agent.deb \
&& dpkg -i amazon-ssm-agent.deb

# Install AWS CLI v2
Expand Down

0 comments on commit 769227e

Please sign in to comment.