Bitbucket Pipelines Kubectl docker image
500K+
FROM alpine:3.16
LABEL maintainer="Bitbucket Pipelines <[email protected]>"
ARG VERSION
ENV KUBE_VERSION=$VERSION
RUN apk add --update --no-cache ca-certificates bash \
&& apk add --update --no-cache -t deps curl \
&& curl -L https://dl.k8s.io/release/v${KUBE_VERSION}/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
&& chmod +x /usr/local/bin/kubectl \
&& apk del --purge deps
WORKDIR /root
ENTRYPOINT ["kubectl"]
CMD ["help"]
Content type
Image
Digest
sha256:3250fbc77…
Size
18.8 MB
Last updated
almost 3 years ago
docker pull atlassian/pipelines-kubectlPulls:
496
Last week