Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Buildah requires privileges and capabilities #3

@codingben

Description

@codingben

When buildah is running inside Kubernetes pod, it requires root privileges. Also, building using buildah requires a properly installed shadow-utils package (which in turn requires SETFCAP).

So we have a few issues:

  • Buildah requires root privileges
  • Buildah requires SETFCAP capability

Root privileges can be solved, but there is no workaround to not setting SETFCAP capability (in security contexts).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions