From 8972f2ddc0b274656c685b83ad40fbd7668e3db8 Mon Sep 17 00:00:00 2001 From: Thomas DA ROCHA Date: Tue, 21 Jul 2026 23:14:41 +0200 Subject: [PATCH] Add Dofigen to Dockerfile list (#1487) Added Dofigen to the list of Dockerfile generators. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 510c6f8..2dc23e5 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ Minimal, hardened, or purpose-built container base images. - [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. - [Dockershelf](https://github.com/Dockershelf/dockershelf) - A repository that serves as a collector for docker recipes that are universal, efficient and slim. Images are updated, tested and published daily via a Travis cron job. +- [Dofigen](https://github.com/lenra-io/dofigen) - A Dockerfile generator using a simplified description in YAML or JSON format. - [Trsuted Builds](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. ### Linter