Add documentation for --chown support limitation (#3019)
This commit is contained in:
parent
7b772d7699
commit
9651084bae
|
|
@ -1430,6 +1430,9 @@ _Note that these issues are currently theoretical only. If you see this issue
|
||||||
occur, please
|
occur, please
|
||||||
[open an issue](https://github.com/GoogleContainerTools/kaniko/issues)._
|
[open an issue](https://github.com/GoogleContainerTools/kaniko/issues)._
|
||||||
|
|
||||||
|
### Dockerfile commands `--chown` support
|
||||||
|
Kaniko currently supports `COPY --chown` and `ADD --chown` Dockerfile command. It does not support `RUN --chown`.
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
- [Kaniko - Building Container Images In Kubernetes Without Docker](https://youtu.be/EgwVQN6GNJg).
|
- [Kaniko - Building Container Images In Kubernetes Without Docker](https://youtu.be/EgwVQN6GNJg).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue