From 127fb057cafab8c755e120fbe620d8cf218943df Mon Sep 17 00:00:00 2001 From: Ozan Kasikci Date: Mon, 19 Aug 2019 13:10:56 +0200 Subject: [PATCH] Add dfg - Dockerfile-Generator Go library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8de7e0..330fc11 100644 --- a/README.md +++ b/README.md @@ -418,6 +418,7 @@ Applications designed to help or simplify building **new** images ### Dockerfile - [chaperone-docker](https://github.com/garywiz/chaperone-docker) - A set of images using the Chaperone process manager, including a lean Alpine image, LAMP, LEMP, and bare-bones base kits. +- [Dockerfile Generator](https://github.com/ozankasikci/dockerfile-generator) `dfg` is both a Go library and an executable that produces valid Dockerfiles using various input channels. - [Dockerfile Generator](https://jrruethe.github.io/blog/2015/09/20/dockerfile-generator/) - [Dockerfile Project](https://dockerfile.github.io/) - Trusted Automated Docker Builds. Dockerfile Project maintains a central repository of Dockerfile for various popular open source software services runnable on a Docker container. - [dockmoor](https://github.com/MeneDev/dockmoor) :construction: - Manage docker image references and help to create reproducible builds with Docker. By [@MeneDev](https://github.com/MeneDev)