Add packer for image builder

Packer Docker builder can be used with various provisioners starting from shell to configuration management tools like chef, puppet, ansible, and salt which can handle more complex and flexible docker image configuration compared to Dockerfile.
This commit is contained in:
Joel Handwell 2017-03-15 22:17:12 -04:00 committed by GitHub
parent 64e30376d5
commit 4cd09b9cf2

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.