mirror of
https://github.com/harness-community/drone-helm-chart-container-registry.git
synced 2026-06-04 18:24:12 +08:00
9 lines
173 B
Docker
9 lines
173 B
Docker
FROM plugins/base:windows-ltsc2022-amd64
|
|
|
|
USER ContainerAdministrator
|
|
|
|
ENV GODEBUG=netdns=go
|
|
|
|
ADD release/windows/amd64/drone-helm.exe C:/
|
|
|
|
ENTRYPOINT ["C:\\drone-helm.exe"] |