Update README
This commit is contained in:
parent
cde277c374
commit
81b577148a
|
|
@ -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.
|
After each command, we append a layer of changed files to the base image (if there are any) and update image metadata.
|
||||||
|
|
||||||
### Known Issues
|
### Known Issues
|
||||||
|
kaniko does not support building Windows containers.
|
||||||
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.
|
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue