Skip to content

Add support for setting procMount of build container

Alex Wied requested to merge (removed):proc-mount into main

What does this MR do?

This MR adds support for setting the procMount value of the build container's security context.

Why was this MR needed?

This is needed to:

  1. Permit rootless containers, and
  2. Run Nix without privileged: true.

See also:

Merge request reports