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
Sometimes, when building multiple images concurrently, the build fails with an error message along the lines of ERROR: failed to prepare sha256:b658d8ac8aea7292c464218dbf62c5bcc46468f8b7e017c0380ab37b3f903261 as kcty4fbxag6hngkemyhs5dn82: open /var/lib/docker/overlay2/q32w4cbarh6m1wpr169nbtyib/.tmp-committed2557151495: no such file or directory.
I don't know if it is what is happening, but since this is hard to reproduce, it is possible that the other "docker build" command starts cleaning the cache and that is why the layer is suddenly missing.
The text was updated successfully, but these errors were encountered:
Sometimes, when building multiple images concurrently, the build fails with an error message along the lines of
ERROR: failed to prepare sha256:b658d8ac8aea7292c464218dbf62c5bcc46468f8b7e017c0380ab37b3f903261 as kcty4fbxag6hngkemyhs5dn82: open /var/lib/docker/overlay2/q32w4cbarh6m1wpr169nbtyib/.tmp-committed2557151495: no such file or directory
.Example with Docker 27.1.1 on Ubuntu 24.04:
and an other example with Docker 27.1.2 on Ubuntu 24.04 on a different machine building a different image:
The builder is the default builder, with this part in daemon.json:
I don't know if it is what is happening, but since this is hard to reproduce, it is possible that the other "docker build" command starts cleaning the cache and that is why the layer is suddenly missing.
The text was updated successfully, but these errors were encountered: