atlassian/pipelines-kubectl

Verified Publisher

By Atlassian

Updated almost 3 years ago

Bitbucket Pipelines Kubectl docker image

Image
Security
Integration & delivery
Monitoring & observability
5

500K+

atlassian/pipelines-kubectl repository overview

Dockerfile

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"]

Tag summary

Content type

Image

Digest

sha256:3250fbc77

Size

18.8 MB

Last updated

almost 3 years ago

docker pull atlassian/pipelines-kubectl

This week's pulls

Pulls:

496

Last week