-
Notifications
You must be signed in to change notification settings - Fork 322
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
weird seccomp caching bug, causes bud-runtime-flag test to flake #1475
Comments
This is a crun thing. Transferring the issue. |
this happens because crun has a cache for the seccomp profiles ( I think the best would be to use a fresh crun rundir for this container, so there is no risk of using an existing cache providing
What do you think? |
Oh that's easy, thanks. I'll update my PR and will close this issue if it works. |
Worked perfectly. Thank you! |
Very weird:
Reproducer:
That is: the first time, we get the "unknown seccomp" warning. Second time, no warning.
podman image prune
,rmi alpine-bud-crun
, no difference. The only way to get the warning back is to changeunknown1
tounknown2
,3
, etc.Tested crun
1.14.4-1
and1.15-1
on f40.The text was updated successfully, but these errors were encountered: