Add prefix directories in CRI-O mounts#146
Add prefix directories in CRI-O mounts#146FabienGhd wants to merge 4 commits intocontainers:mainfrom
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 <guihard.fa@gmail.com>
Signed-off-by: Fabien Guihard <guihard.fa@gmail.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Fabien Guihard <guihard.fa@gmail.com>
73640cc to
839a160
Compare
Signed-off-by: Fabien Guihard <guihard.fa@gmail.com>
|
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