Skip to content
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

Shell out args do not get CACHE mounts. #2330

Closed
vladaionescu opened this issue Oct 31, 2022 · 0 comments · Fixed by #2331
Closed

Shell out args do not get CACHE mounts. #2330

vladaionescu opened this issue Oct 31, 2022 · 0 comments · Fixed by #2331
Assignees
Labels
type:bug Something isn't working

Comments

@vladaionescu
Copy link
Member

The following does not work:

CACHE /foo
RUN touch /foo/bar
ARG contents=$(ls /foo)
@vladaionescu vladaionescu added the type:bug Something isn't working label Oct 31, 2022
@vladaionescu vladaionescu self-assigned this Oct 31, 2022
vladaionescu added a commit that referenced this issue Oct 31, 2022
Fixes #2330

Co-authored-by: Vlad A. Ionescu <vladaionescu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant