FROM alpine/helm:3.10.2 MAINTAINER Joachim Hill-Grannec COPY build/drone-helm /bin/drone-helm COPY assets/kubeconfig.tpl /root/.kube/config.tpl LABEL description="Helm 3 plugin for Woodpecker" LABEL base="alpine/helm" ENTRYPOINT [ "/bin/drone-helm" ]