mirror of
https://github.com/harness-community/drone-helm-chart-container-registry.git
synced 2026-06-04 18:24:12 +08:00
few fixes
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM alpine:latest
|
||||
FROM scratch:latest
|
||||
|
||||
ENV GODEBUG netdns=go
|
||||
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
FROM alpine:3.6 as alpine
|
||||
RUN apk add -U --no-cache ca-certificates
|
||||
FROM scratch:latest
|
||||
|
||||
FROM alpine:3.6
|
||||
ENV GODEBUG netdns=go
|
||||
|
||||
COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
|
||||
ADD release/linux/arm64/drone-helm /bin/
|
||||
|
||||
ENTRYPOINT ["/bin/drone-helm"]
|
||||
Reference in New Issue
Block a user