-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Inconsistencies in RUN mount options parsing/handling #4912
Comments
|
So this should be updated in the documentation, correct? |
I believe this is documented but maybe not in all places @dvdksn |
I guess we could clarify here, too, that |
I don't suppose tmpfs should support
|
While working on a JS/TS Dockerfile generator, I came across some inconsistencies in how the RUN mount options are being parsed/handled.
I just opened an issue for the documentation, but checking the sources, it looks like this might be more source related.
Examples:
I'm not sure if I'm proficient enough in Go to actually come up with a good solution for this and I couldn't find any specs for what the correct behaviour should be, but I believe that the problem lies in
parseMount
incommands_runmount.go
Happy weekend!
The text was updated successfully, but these errors were encountered: