1
0
Fork 0
mirror of https://github.com/veggiemonk/awesome-docker.git synced 2025-04-21 00:08:07 +02:00

Update README.md

add ansible-bender.
This commit is contained in:
Thomas Ruf 2020-05-08 13:08:52 +02:00 committed by GitHub
parent 99d8631590
commit aae4386f30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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]