wagoodman / dive

A tool for exploring each layer in a docker image
MIT License
47.33k stars 1.79k forks source link

Unable to create manifests file on macosx #557

Open henrytseng opened 3 weeks ago

henrytseng commented 3 weeks ago

What happened:

Received the following error while running dive. It seems like there might be a difference in Docker Desktop setup.

Image Source: docker://python:latest
Fetching image... (this can take a while for large images)
cannot fetch image
Error response from daemon: unable to create manifests file: NotFound: content digest

What you expected to happen:

Expecting it to pull up the docker image layer contents.

How to reproduce it (as minimally and precisely as possible):

Install Docker Desktop, install dive and run something similar to using M1/M2/M3 running macOS

docker pull python
dive python

Anything else we need to know?:

Environment:

henrytseng commented 2 weeks ago

Just following up on this one it seems like dive wagoodman/dive correctly resolves to the right registry.

I'm not sure if this is a configuration issue