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
Unable to inspect the manifest for registry on some docker builds. Hoping I'm doing something stupid. But maybe something up with the way this is being uploaded to docker.io?
Reproduce
On one instance of WSL:
$ docker version
Client: Docker Engine - Community
Version: 20.10.21
API version: 1.41
Go version: go1.18.7
Git commit: baeda1f
Built: Tue Oct 25 18:02:21 2022
OS/Arch: linux/amd64
Context: default
Experimental: true
Server: Docker Engine - Community
Engine:
Version: 27.0.3
API version: 1.46 (minimum version 1.24)
Go version: go1.21.11
Git commit: 662f78c
Built: Sat Jun 29 00:02:29 2024
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.7.18
GitCommit: ae71819c4f5e67bb4d5ae76a6b735f29cc25774e
runc:
Version: 1.7.18
GitCommit: v1.1.13-0-g58aa920
docker-init:
Version: 0.19.0
GitCommit: de40ad0
$ docker manifest inspect registry:latest
no such manifest: docker.io/library/registry:latest
I believe this is basically a duplicate of moby/moby#43126, and was fixed by docker/cli#3990; So docker cli v23.0.0 and up has the fix for supporting OCI image types.
docker pull and other commands would be able to use the images just fine since 18.06moby/moby#37359.
I raised an issue distribution/distribution#4400 and was redirected here.
Description
Unable to inspect the manifest for registry on some docker builds. Hoping I'm doing something stupid. But maybe something up with the way this is being uploaded to docker.io?
Reproduce
On one instance of WSL:
On another instance of WSL on the same machine:
Expected behavior
Both versions of docker return the manifest.
registry version
Tried with "latest", "2.8.3", "2". Same results.
Additional Info
No response
The text was updated successfully, but these errors were encountered: