Update README

This commit is contained in:
Priya Wadhwa 2018-05-14 16:07:29 -07:00
parent cde277c374
commit 81b577148a
No known key found for this signature in database
GPG Key ID: 0D0DAFD8F7AA73AE
1 changed files with 1 additions and 8 deletions

View File

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