mirror of
https://github.com/harness-community/drone-helm-chart-container-registry.git
synced 2026-06-04 18:24:12 +08:00
7 lines
116 B
Docker
7 lines
116 B
Docker
FROM scratch:latest
|
|
|
|
ENV GODEBUG netdns=go
|
|
|
|
ADD release/linux/amd64/drone-helm /bin/
|
|
|
|
ENTRYPOINT ["/bin/drone-helm"] |