Build Fails with Docker Desktop Containerd support enabled
Before proceeding
- [X] I didn't find a similar issue
Version
1.2.204
How to reproduce
Mac OS 13.2.1 Macbook Pro M1 Docker Desktop 4.17.0 Docker Engine: 20.10.23
Enable the beta feature to use containerd for images:

Run Werf build
Result
Error: phase build on image relay stage dockerfile handler failed: failed to build image for stage dockerfile with digest 17a670d31fca6b4e845be254fc87115036f7d5230f0d0ad3d267cb99: error building dockerfile with local-docker-server: Status: failed to read downloaded context: failed to load cache key: invalid response status 403, Code: 1
Expected result
Image Built successfully
Additional information
A typical Docker build docker build . works fine.
@joelhess Sorry for the delay, and thank you for the feedback. The containerd image store feature is experimental, and Docker SDK does not work correctly in many cases. We are waiting for the stabilization of it.
We are waiting for the stabilization of it.
Just a small update: as of today, not much has changed since "The containerd image store is an experimental feature of Docker Engine," according to the documentation.