From 3a71228b37b07db3c66c9f995cacd312948bfbe5 Mon Sep 17 00:00:00 2001 From: Thomas Ruf Date: Fri, 8 May 2020 13:08:52 +0200 Subject: [PATCH] Update README.md add ansible-bender. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f3291c..2372cd4 100644 --- a/README.md +++ b/README.md @@ -411,6 +411,7 @@ Tools and applications that are either installed inside containers or designed t Applications designed to help or simplify building **new** images +- [ansible-bender](https://github.com/ansible-community/ansible-bender) - A tool utilising `ansible` and `buildah` by [@TomasTomecek](https://github.com/TomasTomecek). - [buildah](https://github.com/containers/buildah) - A tool that facilitates building OCI images by [@containers][containers] - [BuildKit](https://github.com/moby/buildkit) - Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit by [@moby project](https://github.com/moby) - [container-diff](https://github.com/GoogleContainerTools/container-diff) - An image tool for comparing and analzying container images by [@GoogleContainerTools][googlecontainertools]