-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--chmod support for COPY and ADD #2624
Comments
@thernstig I haven't been able to find any documentation about this flag, even in the release notes. Do you have any docs about it? Thanks! |
See here moby/buildkit#1492 (comment). They just forgot to add it to the release notes. |
Thanks!
I got the error to appear. @rcjsuen it seems this was a rather stealthy addition from Docker; can you add support for it in the language server? |
Yeah. There are a few different pieces to supporting a new flag but I'll start by making sure it is ignored by the linting process. |
@bwateratmsft I've published version 0.3.0 of the language server to stop flagging the |
Awesome! Thanks @rcjsuen! |
@bwateratmsft Thanks for getting the fix merged in and thank you @thernstig for letting me know about this issue! |
This is now released in Docker extension version 1.10.0. |
In docker engine 20.10 support for the
--chmod
flag has been added. Trying to use it in a Dockerfile gives:It would be nice to add support for it.
The text was updated successfully, but these errors were encountered: