Binaries for run bitbucket pipelines with AWS integration and kubernetes and kops
5.4K
FROM atlassian/pipelines-awscli
RUN apk update && apk add curl openssh \
&& curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" \
&& chmod +x ./kubectl \
&& mv ./kubectl /usr/local/bin/kubectl \
&& curl -LO https://github.com/kubernetes/kops/releases/download/$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4)/kops-linux-amd64 \
&& chmod +x ./kops-linux-amd64 \
&& mv ./kops-linux-amd64 /usr/local/bin/kops
ENTRYPOINT [ "/usr/local/bin/kops" ]
Content type
Image
Digest
sha256:4d6dac1d1…
Size
270 MB
Last updated
about 1 year ago
docker pull conexia/bitbucket-pipeline