From b49607d26bcaca64f35cc258c1a4cdb30c8de3fe Mon Sep 17 00:00:00 2001 From: Moshe Immerman Date: Sun, 11 Mar 2018 21:25:43 +0200 Subject: [PATCH] add img (#534) * add img --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6531b6..3f5e090 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,7 @@ Applications designed to help or simplify building **new** images - [Dockly](https://github.com/swipely/dockly) - Dockly is a gem made to ease the pain of packaging an application in Docker by [@swipely](https://github.com/swipely/) - [dockramp](https://github.com/jlhawn/dockramp) :skull: - Proof of Concept: A Client Driven Docker Image Builder by [@jlhawn](https://github.com/jlhawn) - [flyimg](http://flyimg.io/) - Docker image resizing, cropping, and compression on the fly. +- [img](https://github.com/genuinetools/img) - Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder by [@genuinetools][genuinetools] - [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)