moby / buildkit

concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
https://github.com/moby/moby/issues/34227
Apache License 2.0
8.09k stars 1.14k forks source link

[WIP] update to containerd 1.7 with separate API module #5036

Closed thaJeztah closed 3 months ago

thaJeztah commented 3 months ago
thaJeztah commented 3 months ago

First run; this is with the v1.8.0-rc.2 version of the API

thaJeztah commented 3 months ago

Works with API v1.8.0-rc.2; will now add a replace rule to use the API version from https://github.com/containerd/containerd/pull/10189

thaJeztah commented 3 months ago

CI is also happy with (to be) v1.7.0x of the API module

@dmcgowan FYI (I haven't tried the current version with Moby yet though)

thaJeztah commented 3 months ago

closing this one, as the API PR was merged, and changes from this PR are now included in https://github.com/moby/buildkit/pull/5034