https://github.com/fnproject/dockers
Docker base images for various programming languages.
https://github.com/fnproject/dockers
Last synced: about 1 year ago
JSON representation
Docker base images for various programming languages.
- Host: GitHub
- URL: https://github.com/fnproject/dockers
- Owner: fnproject
- Created: 2017-09-12T22:02:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T05:27:16.000Z (almost 3 years ago)
- Last Synced: 2025-05-09T01:59:26.948Z (about 1 year ago)
- Language: HTML
- Homepage: https://fnproject.github.io/
- Size: 26.7 MB
- Stars: 36
- Watchers: 35
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://medium.com/travis-on-docker/microcontainers-tiny-portable-docker-containers-1507e3bf8688).
Use the `fnproject/LANGUAGE:dev` images for building/vendoring.
Use the `fnproject/LANGUAGE` images for running (much smaller than the dev ones).
## Building
Run:
```sh
ruby build.rb [START_FROM]
```
If build breaks somewhere, can continue by adding `START_FROM`.