1
0
Fork 0
mirror of https://github.com/honestbee/drone-kubernetes.git synced 2025-05-30 03:33:17 +00:00

minor tweeks, extended readme

This commit is contained in:
Gergo Torcsvari 2018-09-28 19:30:07 +02:00
parent a5776c44e9
commit b92f603ed1
3 changed files with 37 additions and 2 deletions

View file

@ -3,5 +3,4 @@ RUN apk --no-cache add curl ca-certificates bash
RUN curl -Lo /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
RUN chmod +x /usr/local/bin/kubectl
COPY update.sh /bin/
ENTRYPOINT ["/bin/bash"]
CMD ["/bin/update.sh"]