mirror of
https://github.com/harness-community/drone-helm-chart-container-registry.git
synced 2026-06-04 18:24:12 +08:00
10 lines
174 B
Docker
10 lines
174 B
Docker
FROM --platform=windows/amd64 plugins/base:windows-ltsc2022-amd64
|
|
|
|
USER ContainerAdministrator
|
|
|
|
WORKDIR C:\\app
|
|
|
|
COPY ./drone-helm.exe /app/
|
|
|
|
CMD ["C:\\app\\drone-helm.exe"]
|