Actions
Issue #9138
closedError when attempting to build bindings in a new dev env
Status:
CLOSED - WORKSFORME
Priority:
Normal
Assignee:
-
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
When I run pbindings pulpcore
on a new dev env, I get this error:
Trying to pull docker.io/openapitools/openapi-generator-cli:v4.3.1...
Getting image source signatures
Copying blob 38a1c0aaa6fd done
Copying blob 709515475419 done
Copying blob cd134db5e982 done
Copying blob b75208eae36d done
Copying blob 6a8da6033ab0 done
Copying blob e5b3c2cd65ca done
Copying config ce55fc7579 done
Writing manifest to image destination
Storing signatures
Error: container_linux.go:380: starting container process caused: error adding seccomp filter rule for syscall bdflush: permission denied: OCI permission denied
Updated by daviddavis over 3 years ago
This seems to work:
$ podman run --privileged docker.io/openapitools/openapi-generator-cli:v4.3.1
usage: openapi-generator-cli <command> [<args>]
...
Without the privileged option:
$ podman run docker.io/openapitools/openapi-generator-cli:v4.3.1
Error: container_linux.go:380: starting container process caused: error adding seccomp filter rule for syscall bdflush: permission denied: OCI permission denied
I am using Fedora 34.
Updated by daviddavis over 3 years ago
- Category set to Installer - Moved to GitHub issues
Updated by fao89 over 3 years ago
- Status changed from NEW to CLOSED - WORKSFORME
I believe it was fixed here: https://github.com/pulp/pulp_installer/commit/cf75673e7c7889640157e6c99c6deb873d3cff2d
Actions