From 7f5ba4193858590fb9c1eb9e9b1361aed15ff6c3 Mon Sep 17 00:00:00 2001 From: Thomas Ruf Date: Fri, 8 May 2020 14:55:08 +0200 Subject: [PATCH] add cekit in builder section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2372cd4..5f69791 100644 --- a/README.md +++ b/README.md @@ -414,6 +414,7 @@ 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) +- [cekit](https://github.com/cekit/cekit) - A tool used by openshift to build base images using different build engines by [@cekit](https://github.com/cekit). - [container-diff](https://github.com/GoogleContainerTools/container-diff) - An image tool for comparing and analzying container images by [@GoogleContainerTools][googlecontainertools] - [container-factory](https://github.com/mutable/container-factory) - Produces Docker images from tarballs of application source code by [@mutable](https://github.com/mutable) - [copy-docker-image](https://github.com/mdlavin/copy-docker-image) - Copy a Docker image between registries without a full Docker installation by [@mdlavin](https://github.com/mdlavin)