Merge pull request #179 from priyawadhwa/readme

Update README
This commit is contained in:
priyawadhwa 2018-05-14 16:25:24 -07:00 committed by GitHub
commit d2fc49f505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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