Project

Profile

Help

Issue #9138

closed

Error when attempting to build bindings in a new dev env

Added by daviddavis over 2 years ago. Updated over 2 years ago.

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
Actions #1

Updated by daviddavis over 2 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.

Actions #2

Updated by daviddavis over 2 years ago

  • Category set to Installer - Moved to GitHub issues
Actions #3

Updated by fao89 over 2 years ago

  • Status changed from NEW to CLOSED - WORKSFORME

Also available in: Atom PDF