File tree 7 files changed +8
-7
lines changed
7 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ COPY ssh_config /root/.ssh/config
129
129
130
130
# Configure SSM
131
131
RUN set -ex \
132
- && yum install -y https://s3.eu-north-1. amazonaws.com/amazon-ssm-eu-north -1/latest /linux_arm64/amazon-ssm-agent.rpm
132
+ && yum install -y https://s3.amazonaws.com/amazon-ssm-us-east -1/3.0.1390.0 /linux_arm64/amazon-ssm-agent.rpm
133
133
COPY amazon-ssm-agent.json /etc/amazon/ssm/
134
134
135
135
COPY runtimes.yml /codebuild/image/config/runtimes.yml
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN curl -sS -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3.us-we
83
83
84
84
# Configure SSM
85
85
RUN set -ex \
86
- && yum install -y https://s3.eu-north-1. amazonaws.com/amazon-ssm-eu-north -1/latest /linux_arm64/amazon-ssm-agent.rpm
86
+ && yum install -y https://s3.amazonaws.com/amazon-ssm-us-east -1/3.0.1390.0 /linux_arm64/amazon-ssm-agent.rpm
87
87
88
88
# Install env tools for runtimes
89
89
# # Dotnet
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ RUN curl -sS -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3-us-we
117
117
118
118
# Configure SSM
119
119
RUN set -ex \
120
- && yum install -y https://s3.amazonaws.com/amazon-ssm-us-east-1/2.3.1644 .0/linux_amd64/amazon-ssm-agent.rpm
120
+ && yum install -y https://s3.amazonaws.com/amazon-ssm-us-east-1/3.0.1390 .0/linux_amd64/amazon-ssm-agent.rpm
121
121
122
122
# Install env tools for runtimes
123
123
# # Dotnet
Original file line number Diff line number Diff line change @@ -120,7 +120,8 @@ RUN curl -sS -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3.us-we
120
120
121
121
# Configure SSM
122
122
RUN set -ex \
123
- && yum install -y https://s3.amazonaws.com/amazon-ssm-us-east-1/2.3.1644.0/linux_amd64/amazon-ssm-agent.rpm
123
+ && yum install -y https://s3.amazonaws.com/amazon-ssm-us-east-1/3.0.1390.0/linux_amd64/amazon-ssm-agent.rpm
124
+
124
125
125
126
# Install env tools for runtimes
126
127
# # Dotnet
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ RUN curl -sS -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3-us-we
127
127
RUN set -ex \
128
128
&& mkdir /tmp/ssm \
129
129
&& cd /tmp/ssm \
130
- && wget https://s3.amazonaws.com/amazon-ssm-us-east-1/2.3.1644 .0/debian_amd64/amazon-ssm-agent.deb \
130
+ && wget https://s3.amazonaws.com/amazon-ssm-us-east-1/3.0.1390 .0/debian_amd64/amazon-ssm-agent.deb \
131
131
&& dpkg -i amazon-ssm-agent.deb
132
132
133
133
# Install env tools for runtimes
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ RUN curl -sS -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3.us-we
128
128
RUN set -ex \
129
129
&& mkdir /tmp/ssm \
130
130
&& cd /tmp/ssm \
131
- && wget https://s3.amazonaws.com/amazon-ssm-us-east-1/2.3.1644 .0/debian_amd64/amazon-ssm-agent.deb \
131
+ && wget https://s3.amazonaws.com/amazon-ssm-us-east-1/3.0.1390 .0/debian_amd64/amazon-ssm-agent.deb \
132
132
&& dpkg -i amazon-ssm-agent.deb
133
133
134
134
# Install env tools for runtimes
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ RUN curl -sS -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3.us-we
103
103
RUN set -ex \
104
104
&& mkdir /tmp/ssm \
105
105
&& cd /tmp/ssm \
106
- && wget https://s3.amazonaws.com/amazon-ssm-us-east-1/2.3.1644 .0/debian_amd64/amazon-ssm-agent.deb \
106
+ && wget https://s3.amazonaws.com/amazon-ssm-us-east-1/3.0.1390 .0/debian_amd64/amazon-ssm-agent.deb \
107
107
&& dpkg -i amazon-ssm-agent.deb
108
108
109
109
# Install AWS CLI v2
You can’t perform that action at this time.
0 commit comments