-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to build Docker containers when running containerd 1.7.24 #115
Comments
Thanks, this has worked for us. |
@spikecurtis Can we consider this closed, or are we waiting for an upstream fix/release? |
The fixed Sysbox release just shipped, v0.6.6. We need a new release of |
Is there an ETA for the next official release which includes Sysbox 0.6.6? I'm using the latest envbox-preview image for now. |
@ryan-blunden Closed by #120 |
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: