File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,11 @@ FROM --platform=${TARGETPLATFORM} quay.io/helmpack/chart-testing:v3.7.1
16
16
17
17
ARG TARGETARCH
18
18
ARG YQ_VERSION=3.4.1
19
- ARG KUBECTL_VERSION=1.23.10
20
19
ARG CLOUD_SDK_VERSION=409.0.0
21
20
ARG AWS_IAM_AUTHENTICATOR_VERSION=0.5.9
22
21
23
22
RUN apk add tree wget
24
23
25
- # Override kubectl
26
- # https://github.com/aws/aws-cli/issues/6920
27
- LABEL KUBECTL_VERSION=${KUBECTL_VERSION}
28
- RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/${TARGETARCH}/kubectl" && \
29
- chmod +x kubectl && \
30
- mv kubectl /usr/local/bin/
31
-
32
24
ENV PATH /google-cloud-sdk/bin:$PATH
33
25
ENV CLOUDSDK_PYTHON=/usr/bin/python3
34
26
RUN if [[ "${TARGETARCH}" == "arm64" ]] ; then export GOOGLE_SDK_ARCH="arm" ; else export GOOGLE_SDK_ARCH="x86_64" ; fi && \
You can’t perform that action at this time.
0 commit comments