feat(run-mount): add support for variable expansion#2089
feat(run-mount): add support for variable expansion#2089tonistiigi merged 1 commit intomoby:masterfrom
Conversation
|
@tonistiigi FYI |
tonistiigi
left a comment
There was a problem hiding this comment.
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. |
tonistiigi
left a comment
There was a problem hiding this comment.
Only small comments left. Make sure to also squash commits and verify CI
590ab7d to
7dd7a67
Compare
Signed-off-by: Omer Mizrahi <[email protected]>
71c8bf4 to
1ac4230
Compare
1ac4230 to
aa46719
Compare
This PR adds support for variable expansion in RUN mounts.
Resolves #815
Caveats:
fromexpansion is not supported.ONBUILD RUNcommands (I don't even think mounts work there).