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
The fixes are to come in the container-selinux, but not all users can install the latest container-selinux, and the hard-coded path information in the container-selinux policy files can be easily out of sync with the BuildKit implementation.
I suggest making SELinux labels opt-in.
The text was updated successfully, but these errors were encountered:
SELinux labels are unconditionally applied since the commit d9834f8 , but this seems pretty immature
RUN
command throws error code 139 containers/container-selinux#187scontext=system_u:system_r:container_t:s0:c23,c164 tcontext=unconfined_u:object_r:container_ro_file_t:s0
) containers/container-selinux#190RUN --mount=type=secret
fails)The fixes are to come in the
container-selinux
, but not all users can install the latestcontainer-selinux
, and the hard-coded path information in thecontainer-selinux
policy files can be easily out of sync with the BuildKit implementation.I suggest making SELinux labels opt-in.
The text was updated successfully, but these errors were encountered: