From debc02d6684613b9f9058ffa95ec7cadaa399ffb Mon Sep 17 00:00:00 2001 From: Theofilos Papapanagiotou Date: Fri, 23 Jul 2021 23:40:17 +0300 Subject: [PATCH 1/2] update owners --- aws/OWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aws/OWNERS b/aws/OWNERS index ffbf98b1d..ee2a26d59 100644 --- a/aws/OWNERS +++ b/aws/OWNERS @@ -1,4 +1,6 @@ approvers: - PatrickXYS +- theofpa reviewers: -- PatrickXYS \ No newline at end of file +- PatrickXYS +- theofpa From 45e44d33e193c0b88c12e19f5a1d051705acaeac Mon Sep 17 00:00:00 2001 From: Theofilos Papapanagiotou Date: Sat, 11 Dec 2021 12:49:29 +0100 Subject: [PATCH 2/2] freeze eksctl version in aws image --- images/Dockerfile.py3.aws | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Dockerfile.py3.aws b/images/Dockerfile.py3.aws index 99e3d3ec8..9ee735073 100644 --- a/images/Dockerfile.py3.aws +++ b/images/Dockerfile.py3.aws @@ -57,7 +57,7 @@ RUN curl -o aws-iam-authenticator https://amazon-eks.s3.us-west-2.amazonaws.com/ chmod a+x /usr/local/bin/aws-iam-authenticator # Install eksctl -RUN curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \ +RUN curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/v0.76.0/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \ mv /tmp/eksctl /usr/local/bin && \ chmod a+x /usr/local/bin/eksctl @@ -90,4 +90,4 @@ ENV CLOUD_PROVIDER aws ENV PATH=/root/go/bin:${PATH} -ENTRYPOINT ["/usr/local/bin/run_workflows.sh"] \ No newline at end of file +ENTRYPOINT ["/usr/local/bin/run_workflows.sh"]