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
When the inner container uses Docker with containerd version 1.7.24, then Docker builds fail with
runc run failed: unable to start container process: error during container init: error mounting "proc" to rootfs at "/proc": mount src=proc, dst=/proc, dstFd=/proc/thread-self/fd/8, flags=0xe: no such file or directory
This appears to be an incompatibility between Sysbox and containerd.
When the inner container uses Docker with containerd version 1.7.24, then Docker builds fail with
This appears to be an incompatibility between Sysbox and containerd.
Sysbox issue: nestybox/sysbox#879
Containerd Issue: containerd/containerd#11083
We should monitor these until a resolution is found and then upgrade our bundled sysbox if necessary.
Until this is resolved,
envbox
users should pin containerd at version 1.7.23 inside their workspace images.For example, if your inner container uses APT, you can set up a pin (e.g.
/etc/apt/preferences.d/containerd
):The text was updated successfully, but these errors were encountered: