PierreZ / goStatic

A really small static web server for Docker
GNU General Public License v2.0
395 stars 77 forks source link

Base image centurylink/ca-certs is outdated (3 years old) #16

Closed dolmen closed 5 years ago

dolmen commented 6 years ago

The base image centurylink/ca-certs has not been updated since 3 years ago. It contains certificates that have been removed from browser because not trustable. It also probably includes expired certificates, and lack modern root certificates.

PierreZ commented 6 years ago

Hi ! Do you know any good image that will provide us CA-certs?

barmic commented 6 years ago

I think you could use one of methods:

furyfire commented 6 years ago

Is there really a need for root certifcates? why not simply build ontop of the scratch image and provide a small container?

PierreZ commented 6 years ago

Back from holidays, I will have a look soon on what is available and what we can do about it 👍

PierreZ commented 6 years ago

Just pushed a branch that should be working, if you want to test it :wink:

w3st3ry commented 5 years ago

@PierreZ Tested now. Works like a charm. Could you merge it?

PierreZ commented 5 years ago

In progress 👍

w3st3ry commented 5 years ago

@PierreZ thanks 💃