feat(act): add ArgoCD CLI & kustomize
This commit is contained in:
parent
9d9453b003
commit
041f45df9a
1 changed files with 8 additions and 0 deletions
|
@ -56,3 +56,11 @@ RUN --mount=type=cache,target=/tmp \
|
|||
fi && \
|
||||
unzip -o /tmp/awscliv2.zip -d /tmp && \
|
||||
/tmp/aws/install
|
||||
|
||||
# ArgoCD CLI
|
||||
RUN curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-arm64 && \
|
||||
chmod +x /usr/local/bin/argocd && \
|
||||
argocd version --client
|
||||
|
||||
# kustomize
|
||||
RUN curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash -s -- /usr/local/bin
|
||||
|
|
Loading…
Add table
Reference in a new issue