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 Aug 28, 2023. It is now read-only.
If selinux labels are present on the host filesystem, the
./build package-dockercommand fails with this error:It's a permission denied error because of the selinux labels.
Solution: the
:Zmodifier has to be added on bind mounts in thebuildscript.For example, replace:
by