Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904724 - app-containers/docker (or app-containers/docker-cli?): docker hard-dependency to seccomp USE flag on app-containers/runc
Summary: app-containers/docker (or app-containers/docker-cli?): docker hard-dependency...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-20 22:22 UTC by ignamartinoli
Modified: 2023-09-25 19:20 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ignamartinoli 2023-04-20 22:22:27 UTC
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?
Comment 1 programming 2023-05-31 05:16:22 UTC
I ran into this problem, too
Comment 2 Larry the Git Cow gentoo-dev 2023-09-25 19:20:33 UTC
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(+)