Merge pull request #296 from joelhandwell/patch-1

Add packer for image builder
This commit is contained in:
Julien Bisconti 2017-03-16 10:09:31 +02:00 committed by GitHub
commit 0806ff87c0

View File

@ -230,6 +230,7 @@ Services to securely store your Docker images.
* [flyimg](http://flyimg.io/) - Docker image resizing, cropping, and compression on the fly.
* [habitus](https://github.com/cloud66/habitus) - A Build Flow Tool for Docker http://www.habitus.io by [@cloud66](https://github.com/cloud66)
* [MicroBadger][microbadger] - Analyze the contents of images and add metadata labels
* [packer](https://www.packer.io/docs/builders/docker.html) - Hashicorp tool to build machine images including docker image integrated with configuration management tools like chef, puppet, ansible
* [portainer](https://github.com/duedil-ltd/portainer) - Apache Mesos framework for building Docker images by [@duedil-ltd](https://github.com/duedil-ltd)
* [rocker](https://github.com/grammarly/rocker) - Extended Dockerfile builder. Supports multiple FROMs, MOUNTS, templates, etc. by [grammarly](grammarly).
* [SkinnyWhale](https://github.com/djosephsen/skinnywhale) Skinnywhale helps you make smaller (as in megabytes) Docker containers.