dockers
dockers copied to clipboard
Docker base images for various programming languages.
Programming Docker Images - Microcontainers
The purpose of these images is to provide the smallest possible images for every major programming language. Read more about it in this Microcontainers blog post.
Use the fnproject/LANGUAGE:dev images for building/vendoring.
Use the fnproject/LANGUAGE images for running (much smaller than the dev ones).
Building
Run:
ruby build.rb [START_FROM]
If build breaks somewhere, can continue by adding START_FROM.