-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
After the recent move to bookworm, we're hitting lots of errors related to /tmp filling up #840
Comments
That's weird; is this the only unusual behavior you're seeing? (My best guess is something misinterpreting a seccomp denial as "no space left" but that seems odd -- however, you'd probably also be seeing issues with |
If it is seccomp related, then see #837 (comment). |
Can you reproduce the failure if you run the container with |
@yosifkit Thanks for your reply. I'm having the problems on Gitlab runners, so no much control on how docker runs stuff. But I could try to update it and see if still reproduces. |
Unfortunately, without a solid/minimal reproducer there's not much more we can do here (so I'm going to close). 🙇 |
I can confirm that updating |
I'm not 100% sure this is related to the image update, but do you know if there's something that has changed in
bookworm
that could lead toTMPDIR
filling up much more than inbullseye
when pip installing?(I'm using
pipx
):The text was updated successfully, but these errors were encountered: