Closed alexellis closed 8 years ago
@alexellis yes, you have to install ca-certificates
to have proper TLS validation.
The reason this isn't installed by default isn't for size reduction, ca-certificates is only ~10KB. The reason it's missing is because we follow the way the official debian images are built by Docker, which is basically the minbase
variant plus inetutils-ping
and iproute2
. You can see the source here:
and the packages installed here:
Hi, is this suitable to be used as a base image? I found I was getting SSL errors when using curl and wget.. should I need to install
ca-certificates
? Is this being kept out of the base image to keep the size artificially small?gives: