Open vorburger opened 9 months ago
Error: building at STEP "RUN --mount=type=bind,source=.,target=/workspace/ /workspace/tools/devenv/install.bash": while running runtime: exit status 126
The reason for this is SELinux... that's why there is a :Z
here.
I couldn't figure how to to use :Z
in RUN --mount=type=bind,source=.,target=/workspace/ ...
.
I'm hitting this problem on a Fedora environment:
I want to fix this, both as a pre-requisite for potentially working on #458, as well as to test out #512 myself.
@lbovet just FYI