Curious if anyone has seen this issue or has ideas about root cause.
- Docker-Desktop Windows V4.40.0
- WSL backend Ubuntu 24.04.1
- Pulling images from private repo
docker image ls --digests
. Digest is<none>
- CREATED = 55 Years Ago
- There is no metadata when running
docker image inspect repo/imagename:tag
- Size is 1/3 or what I see on other systems
- Image has complete file system
I have been doing a lot of work with .devcontainers and have had some strange permissions issues, which is my current best guess. I removed my WSL distros and Docker Desktop and reinstalled which resolved the issue.