We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cba279 commit 023a4f9Copy full SHA for 023a4f9
frontend/dockerfile/docs/reference.md
@@ -1143,6 +1143,12 @@ The latter form is required for paths containing whitespace.
1143
> translating user and group names to IDs restricts this feature to only be viable
1144
> for Linux OS-based containers.
1145
1146
+> **Note**
1147
+>
1148
+> `--chmod` is supported since [Dockerfile 1.3](https://docs.docker.com/build/buildkit/dockerfile-frontend/).
1149
+> Only octal notation is currently supported. Non-octal support is tracked in
1150
+> [moby/buildkit#1951](https://github.com/moby/buildkit/issues/1951).
1151
+
1152
The `ADD` instruction copies new files, directories or remote file URLs from `<src>`
1153
and adds them to the filesystem of the image at the path `<dest>`.
1154
0 commit comments