Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(kubernetes_platform): fix api-generator docker mount for SELinux (#…
…10890) On Fedora, which runs SELinux, mounting the container to the local filesystem results in permission issues because the labels mismatch: `make: stat: Makefile: Permission denied` To fix this, change the directory mount to use the `-v` syntax and add the `:z` option at the end. Ref: https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label Signed-off-by: Greg Sheremeta <[email protected]>
- Loading branch information