-
Notifications
You must be signed in to change notification settings - Fork 12
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
readonlyRootfs prevents run
from running
#41
Comments
Hm, we'll have to investigate whether its a problem with HLB or LLB. |
Yeah, looking at the code I dont see how it could be an HLB issue, so likely a LLB issue, I will try to dig deeper. |
@coryb Thinking about it some more, this might be a confusing "feature not a bug". If the |
Interesting, yeah, you are right, it is a confusing optimization. If I rewrite to have an extra mount, then the command runs only if that mount is the target:
Then if I just run But when I make that mount also
Now if I run
So this seems like it might be useful for providing optional outputs for similar targets, but it is a brain teaser. |
Input:
Output:
Note:
echo 1
is not in outputThe text was updated successfully, but these errors were encountered: