optiopay / klar

Integration of Clair and Docker Registry
MIT License
507 stars 140 forks source link

Updated Readme to make static build possible #58

Closed nielsole closed 6 years ago

nielsole commented 6 years ago

docker images built on linux will not work otherwise, because they are dynamically linked. The scratch image does not provide a libc.

See https://blog.codeship.com/building-minimal-docker-containers-for-go-applications/ for more info