fix: explicitly copy ca bundle to /etc/ssl/cert.pem for Go TLS
All checks were successful
Build and push buildkit image / build-and-push-image (push) Successful in 33s
All checks were successful
Build and push buildkit image / build-and-push-image (push) Successful in 33s
This commit is contained in:
parent
343148f1f9
commit
b65ef5c1df
@ -1,3 +1,4 @@
|
|||||||
FROM moby/buildkit:buildx-stable-1
|
FROM moby/buildkit:buildx-stable-1
|
||||||
COPY ca-chain.crt /usr/local/share/ca-certificates/ca-chain.crt
|
COPY ca-chain.crt /usr/local/share/ca-certificates/ca-chain.crt
|
||||||
RUN apk add --no-cache ca-certificates && update-ca-certificates
|
RUN apk add --no-cache ca-certificates && update-ca-certificates && \
|
||||||
|
cp /etc/ssl/certs/ca-certificates.crt /etc/ssl/cert.pem
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user