mirror of
https://github.com/harness-community/drone-helm-chart-container-registry.git
synced 2026-06-04 18:24:12 +08:00
few changes
This commit is contained in:
@@ -6,5 +6,7 @@ ENV GODEBUG netdns=go
|
||||
|
||||
COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
|
||||
RUN apk add libc6-compat
|
||||
|
||||
ADD release/linux/amd64/drone-helm /bin/
|
||||
ENTRYPOINT ["/bin/drone-helm"]
|
||||
@@ -4,6 +4,6 @@ USER ContainerAdministrator
|
||||
|
||||
ENV GODEBUG=netdns=go
|
||||
|
||||
ADD release/linux/arm64/drone-helm C:/drone-helm.exe
|
||||
ADD release/windows/amd64/drone-helm.exe C:/
|
||||
|
||||
CMD ["C:\\drone-helm.exe"]
|
||||
ENTRYPOINT ["C:\\drone-helm.exe"]
|
||||
Reference in New Issue
Block a user