could not find 'blobs/sha256/xxx' in parsed layers
Author: AntonVilniusCreated Aug 25, 2026Updated Aug 25, 2026
Labelsbug
What happened:
$ dive test
Image Source: docker://test
Fetching image... (this can take a while for large images)
cannot fetch image
could not find 'blobs/sha256/efa9dd3c982f5c3afad3593d56afbc731dd6f1b8661661f3775f0f4a82a436bd' in parsed layers
What you expected to happen: expect to work
How to reproduce it (as minimally and precisely as possible):
$ docker build -t test .
... snip ...
$ docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
test latest 9028f16e6cba 5 hours ago 5.36GB
$ dive test
Image Source: docker://test
Fetching image... (this can take a while for large images)
cannot fetch image
could not find 'blobs/sha256/efa9dd3c982f5c3afad3593d56afbc731dd6f1b8661661f3775f0f4a82a436bd' in parsed layers
Environment:
- Ubuntu 24
- Docker version 28.4.0, build d8eb465
Source: wagoodman/dive