-
Notifications
You must be signed in to change notification settings - Fork 48
Add prefix directories in CRI-O mounts #146
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
base: main
Are you sure you want to change the base?
Conversation
Hi, sorry for the delay. Thank you for the contribution, looks good, just please fix the formatting so that "black" does not complain
|
Also please add "Sign off" to your commits ("git commit -s --amend"). |
@JAORMX Hi, could you please take a look and confirm this will work with your workflow (as this was implemented based on your TODO)? |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Fabien Guihard <[email protected]>
Signed-off-by: Fabien Guihard <[email protected]>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Fabien Guihard <[email protected]>
73640cc
to
839a160
Compare
Signed-off-by: Fabien Guihard <[email protected]>
No worries about the delay! I had a small branch mix-up - sorry about that - but everything should be fine now. |
This does not seem right. The "renovate[bot]" commits are already merged and should not contain your Sing-off (they should not show up in https://github.com/containers/udica/pull/146/commits). Also, please merge 5bf62a6 with the first commit ( |
Hi,
This PR addresses a TODO in policy.py, enhancing the handling of CRI-O mounts by adding support for a prefix directory:
I basically updated the file to handle CRI-O mounts with or without a prefix directory for Kubernetes container calls.
Cheers,
Fabien