woodpecker-helm3/Dockerfile

10 lines
222 B
Docker
Raw Normal View History

2023-09-02 15:54:59 +00:00
FROM alpine/helm:3.12.3
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" ]