From d82fb26f81ce49534ce740cd7c9422b20f7267b1 Mon Sep 17 00:00:00 2001 From: Priya Wadhwa Date: Fri, 1 Jun 2018 09:22:53 -0700 Subject: [PATCH] update readme --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e8c990c55..c9bf01a3c 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,6 @@ kaniko is a tool to build container images from a Dockerfile, inside a container kaniko doesn't depend on a Docker daemon and executes each command within a Dockerfile completely in userspace. This enables building container images in environments that can't easily or securely run a Docker daemon, such as a standard Kubernetes cluster. -We're currently in the process of building kaniko, so as of now it isn't production ready. -Please let us know if you have any feature requests or find any bugs! - - [Kaniko](#kaniko) - [How does kaniko work?](#how-does-kaniko-work)