Merge pull request #874 from cvgw/u/cgwippern/update_doc_images_registries

Update readme known issues
This commit is contained in:
Cole Wippern 2019-11-22 08:20:50 -08:00 committed by GitHub
commit d6f1ec1b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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