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 has been 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-docker
command fails with this error:It's a permission denied error because of the selinux labels.
Solution: the
:Z
modifier has to be added on bind mounts in thebuild
script.For example, replace:
by
The text was updated successfully, but these errors were encountered: