Enable seccomp for Power PC LE architecture#655
Enable seccomp for Power PC LE architecture#655bpradipt wants to merge 1 commit intodocker-archive:masterfrom
Conversation
Signed-off-by: Pradipta Kr. Banerjee <bpradip@in.ibm.com>
|
Building docker on Power remains broken due to missing seccomp. The current code builds only on amd64. Any thoughts on how this can be handled? |
|
@bpradipt Could you port your PR to opencontainers/runc. |
|
I'm working with Pradipta on some Power enablement and CI, and have this at my runc here: clnperez/runc@a876bc6 That gets the compile working with seccomp, but based on the PR @LK4D4 linked to, we'll need to get libseccomp working instead. That's a WIP. See https://github.com/seccomp/libseccomp/tree/working-ppc64 and, e.g. seccomp/libseccomp@6d7b7c8 |
|
FYI, the ppc64 support in libseccomp is delayed due to a lack of testing/verification. If someone with access to Power hardware is able to step forward and volunteer some testing/debugging help (hopefully not much, if any, debugging) then we can finish up the ppc64 support in libseccomp. |
|
Thanks @pcmoore! I believe that @mstrosaker has been working on this (and submitting patches) on our end and has access to Power hardware. If there's anything we can do to help this along, do let any of us know. |
|
We can close this, right @bpradipt? |
|
yes @clnperez |
Enable seccomp for Power PC LE architecture
Signed-off-by: Pradipta Kr. Banerjee bpradip@in.ibm.com