From 9651084baed0f67d816f6b4c11cc5f7e40cb03e0 Mon Sep 17 00:00:00 2001 From: JeromeJu <46675578+JeromeJu@users.noreply.github.com> Date: Thu, 22 Feb 2024 20:20:19 -0500 Subject: [PATCH] Add documentation for --chown support limitation (#3019) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2601139fe..582165c32 100644 --- a/README.md +++ b/README.md @@ -1430,6 +1430,9 @@ _Note that these issues are currently theoretical only. If you see this issue occur, please [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 - [Kaniko - Building Container Images In Kubernetes Without Docker](https://youtu.be/EgwVQN6GNJg).