sscratch

secure docker scratch | `FROM scratch` + SSL ca-certificates

OTHER License

Stars
8

damdo/sscratch

🔑 s(ecure)scratch - the docker SCRATCH image with SSL ca-certificates

FEATURES:

  • FROM scratch + ca-certificates.crt (for SSL connections)
  • Optimized for Minimal Possible Size ~236kB
  • Continuous Integration and Deployment: weekly image rebuild, test and push, with Travis CI
  • Easy to remember

USAGE:

In your Dockerfile

FROM damdo/sscratch

# do your awesome things here ...

MANUAL BUILD:

docker build -f Dockerfile-build -t yourimagename .

OTHER:

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/

Badges
Extracted from project README
Build Status