From 81b577148a9b207cdebaad25d21fa423f23e6138 Mon Sep 17 00:00:00 2001 From: Priya Wadhwa Date: Mon, 14 May 2018 16:07:29 -0700 Subject: [PATCH] Update README --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index c489fb415..a500866e4 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,7 @@ We then execute the commands in the Dockerfile, snapshotting the filesystem in u After each command, we append a layer of changed files to the base image (if there are any) and update image metadata. ### Known Issues - -The majority of Dockerfile commands can be executed with kaniko, but we're still working on supporting the following commands: - -* HEALTHCHECK - -Multi-Stage Dockerfiles are also unsupported currently, but will be ready soon. - -kaniko also does not support building Windows containers. +kaniko does not support building Windows containers. ## Demo