weaveworks/eksctl:v0.207.0 moved eksctl CLI to root dir; copy from there

This commit is contained in:
Ryan Richard
2025-04-04 13:35:43 -07:00
parent a906451dee
commit 91439f9b9b
+2 -2
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
# Copyright 2020-2025 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
# For deploying an EKS cluster and setting it up to run our tests.
@@ -7,7 +7,7 @@ FROM weaveworks/eksctl:v0.207.0 AS eksctl
FROM mikefarah/yq:4.45.1 AS yq
FROM amazon/aws-cli:2.25.10
RUN yum update -y && yum install -y jq && yum install -y perl-Digest-SHA && yum clean all
COPY --from=eksctl /usr/local/bin /usr/local/bin
COPY --from=eksctl eksctl /usr/local/bin/eksctl
COPY --from=yq /usr/bin/yq /usr/local/bin/yq
# Install Carvel tools.