mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-08-25 23:07:32 +00:00
weaveworks/eksctl:v0.207.0 moved eksctl CLI to root dir; copy from there
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user