Browse Source

add a CA bundle

master
Nicolas Massé 4 years ago
parent
commit
338a3bf3c6
  1. 2
      Containerfile
  2. 3232
      ca-bundle.crt

2
Containerfile

@ -1,7 +1,7 @@
FROM scratch FROM scratch
ARG BUILT_ARTIFACT ARG BUILT_ARTIFACT
ADD "$BUILT_ARTIFACT" / ADD "$BUILT_ARTIFACT" /
EXPOSE 8080 COPY ca-bundle.crt /etc/ssl/certs/ca-certificates.crt
ENTRYPOINT [ "/github-mirror" ] ENTRYPOINT [ "/github-mirror" ]
CMD [] CMD []

3232
ca-bundle.crt

File diff suppressed because it is too large
Loading…
Cancel
Save