Skip to content

Commit d016132

Browse files
authored
Remove Kubectl override (#24)
* Remove Kubectl override * Remove Kubectl arg
1 parent fc6d70a commit d016132

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Dockerfile

-8
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,11 @@ FROM --platform=${TARGETPLATFORM} quay.io/helmpack/chart-testing:v3.7.1
1616

1717
ARG TARGETARCH
1818
ARG YQ_VERSION=3.4.1
19-
ARG KUBECTL_VERSION=1.23.10
2019
ARG CLOUD_SDK_VERSION=409.0.0
2120
ARG AWS_IAM_AUTHENTICATOR_VERSION=0.5.9
2221

2322
RUN apk add tree wget
2423

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-
3224
ENV PATH /google-cloud-sdk/bin:$PATH
3325
ENV CLOUDSDK_PYTHON=/usr/bin/python3
3426
RUN if [[ "${TARGETARCH}" == "arm64" ]] ; then export GOOGLE_SDK_ARCH="arm" ; else export GOOGLE_SDK_ARCH="x86_64" ; fi && \

0 commit comments

Comments
 (0)