Files
plugin-drone-helm/Dockerfile
T
2017-01-08 10:10:08 +00:00

8 lines
179 B
Docker

FROM ipedrazas/k8s:latest
MAINTAINER Ivan Pedrazas <ipedrazas@gmail.com>
COPY drone-helm /bin/drone-helm
COPY kubeconfig /root/.kube/kubeconfig
ENTRYPOINT [ "/bin/drone-helm" ]