From 02db3c18fad44b2d804e85d5328eb460c31cfeda Mon Sep 17 00:00:00 2001 From: Cole Wippern Date: Thu, 21 Nov 2019 12:32:37 -0800 Subject: [PATCH] Update readme * Know Issues * kaniko in non-official images * v1 Registry Schema --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5219bd86..af571775d 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,10 @@ After each command, we append a layer of changed files to the base image (if the ## Known Issues -kaniko does not support building Windows containers. +* kaniko does not support building Windows containers. +* Running kaniko in any Docker image other than the official kaniko image is not supported (ie YMMV). + * This includes copying the kaniko executables from the official image into another image. +* kaniko does not support the v1 Registry API ([Registry v1 API Deprecation](https://engineering.docker.com/2019/03/registry-v1-api-deprecation/)) ## Demo