:key: secure docker scratch | `FROM scratch` + SSL ca-certificates
s(ecure)scratch - the docker SCRATCH image with SSL ca-certificates
FROM scratch
+ ca-certificates.crt
(for SSL connections)In your Dockerfile
FROM damdo/sscratch
# do your awesome things here ...
docker build -f Dockerfile-build -t yourimagename .
The certs are automatically downloaded from: https://curl.haxx.se/docs/caextract.html
They are constantly updated and comes from the Mozilla CA certificate store: https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/