-
Notifications
You must be signed in to change notification settings - Fork 19
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
Chalk creates a chalk-reports.jsonl file with no perms #208
Comments
@psiinon did you had any custom chalk config loaded? I cant reproduce it with vanilla chalk config although with vanilla config there are no failing reports hence no
not sure why would a file be created without any permissions though Lines 384 to 399 in 7209e15
that creates a temp file, then removes any existing cc @ee7 any ideas? |
Well, I believe the relevant code is here. From the quickest glance: it looks like this should only happen if It's certainly possible that |
Description
When chalking a docker image on my MacBook chalk creates a chalk-reports.jsonl file with no perms.
The next time I run the same command it fails with
ERROR: failed to solve: error from sender: failed to xattr chalk-reports.jsonl: permission denied
Impact
The command fails.
Theres a simple work around though - just delete the chalk-reports.jsonl file.
Steps to Reproduce
I dont know if it fails in the same way with other docker images - I tried creating a v simple one but that didnt do the same thing.
Other Information
The text was updated successfully, but these errors were encountered: