mirror of
https://github.com/ipedrazas/drone-helm.git
synced 2026-06-16 14:49:45 +08:00
8 lines
179 B
Docker
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" ]
|