Files
kubectl-helm-action/Dockerfile
T

6 lines
71 B
Docker

FROM dtzar/helm-kubectl:3.2.0
COPY run.sh .
ENTRYPOINT [ "/run.sh" ]