I'm using Docker and I have "-seccomp" for app-containers/containerd, app-containers/docker and app-containers/runc. After trying to build a simple Dockerfile I received the message: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: seccomp: config provided but seccomp not supported: unknown Removing -seccomp for app-containers/runc solved the problem. Now, this means that app-containers/docker (or docker-cli?) has a hard dependency on app-containers/runc? If that is the case can I open a PR?
I ran into this problem, too
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd555f8f2058b3f0a5b47951a04604adcd294b5 commit efd555f8f2058b3f0a5b47951a04604adcd294b5 Author: William Hubbs <williamh@gentoo.org> AuthorDate: 2023-09-25 19:13:26 +0000 Commit: William Hubbs <williamh@gentoo.org> CommitDate: 2023-09-25 19:20:21 +0000 app-containers/docker: add 24.0.6 Closes: https://bugs.gentoo.org/904724 Signed-off-by: William Hubbs <williamh@gentoo.org> app-containers/docker/Manifest | 1 + app-containers/docker/docker-24.0.6.ebuild | 331 +++++++++++++++++++++++++++++ 2 files changed, 332 insertions(+)