-
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
feat(run-mount): add support for variable expansion #2089
Conversation
@tonistiigi FYI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing DCO
I don't fully get the changes in convert.go
. If it is just refactoring with no functional changes it should be in a different PR.
This doesn't fix the issues with output afaics. Fine by me if you want to tackle this in follow-up but should be fixed as well.
4ca939e
to
1f39eb8
Compare
Added DCOs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only small comments left. Make sure to also squash commits and verify CI
590ab7d
to
7dd7a67
Compare
Signed-off-by: Omer Mizrahi <ommizrah@microsoft.com>
71c8bf4
to
1ac4230
Compare
1ac4230
to
aa46719
Compare
This PR adds support for variable expansion in RUN mounts.
Resolves #815
Caveats:
from
expansion is not supported.ONBUILD RUN
commands (I don't even think mounts work there).