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
I'm not quite sure if this is a bug on pack's or Docker's side, but it would be nice for pack to support this.
The main motivation for not using the Docker image store is that the containerd image store doesn't suffer from the max layer depth exceeded error (well it does, but the limit is something like 500) as seen in #1649 and buildpacks/rfcs#290). .
We want to research the reason for this bug. the idea will be:
Confirm if there is a bug on pack or if this something related to docker.
We had some ideas to use the export to OCI layout as a way to interact with containerd (see this issue on lifecycle)
Once we have done that, we can make some decisions if it worth it to work on this.
Also as a side note, containerd image storage is also experimental in Docker side, I don't want to invest a lot of effort on it until is ready.
Summary
When the Docker beta feature for using containerd as the image store is enabled, pack is unable to save ephemeral builders.
Reproduction
Steps
Current behavior
Expected behavior
It builds the app
Environment
pack info
docker info
The text was updated successfully, but these errors were encountered: