Update README.md

add ansible-bender.
This commit is contained in:
Thomas Ruf 2020-05-08 13:08:52 +02:00 committed by Andreas Gebhardt
parent 99d8631590
commit 3a71228b37

View File

@ -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]