You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2024. It is now read-only.
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).