mirror of
https://github.com/harness-community/drone-helm-chart-container-registry.git
synced 2026-06-14 05:12:50 +08:00
x509 fix
This commit is contained in:
+7
-1
@@ -1,4 +1,10 @@
|
||||
FROM alpine:latest
|
||||
FROM alpine:latest as builder
|
||||
|
||||
RUN apk --no-cache add ca-certificates
|
||||
|
||||
FROM scratch
|
||||
|
||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
|
||||
ENV GODEBUG netdns=go
|
||||
|
||||
|
||||
Reference in New Issue
Block a user