woodpecker-helm3/Dockerfile

10 lines
222 B
Docker
Raw Normal View History

2023-11-06 16:49:44 +00:00
FROM alpine/helm:3.13.1
COPY build/drone-helm /bin/drone-helm
COPY assets/kubeconfig.tpl /root/.kube/config.tpl
2023-02-09 21:48:54 +00:00
LABEL description="Helm 3 plugin for Woodpecker"
LABEL base="alpine/helm"
ENTRYPOINT [ "/bin/drone-helm" ]