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
On Bottlerocket OS, an emptyDir is still mounted with nosuid, nodev, so BuildKit fails to create bind mounts: Options:[rbind ro]}]: operation not permitted.
// Get the set of mount flags that are set on the mount that contains the given// path and are locked by CL_UNPRIVILEGED. This is necessary to ensure that// bind-mounting "with options" will not fail with user namespaces, due to// kernel restrictions that require user namespace mounts to preserve// CL_UNPRIVILEGED locked flags.funcgetUnprivilegedMountFlags(pathstring) ([]string, error) {