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
Today I've realized that the image manifest is inconsistent after recent changes to the ubuntu:22.04 image
Docker stopped to see the manifest of the image while inspecting it with docker manifest inspect (yesterday everything was OK in terms of inspecting the image's manifest with docker manifest inspect):
docker manifest inspect ubuntu:22.04
no such manifest: docker.io/library/ubuntu:22.04
my docker client version:
Client:
Cloud integration: v1.0.29
Version: 20.10.22
API version: 1.41
Go version: go1.18.9
Git commit: 3a2c30b
Built: Thu Dec 15 22:28:41 2022
OS/Arch: darwin/arm64
Context: default
Experimental: true
The same behavior with slightly older amd64 docker client:
I think it might be related to #13983
Today I've realized that the image manifest is inconsistent after recent changes to the
ubuntu:22.04
imageDocker stopped to see the manifest of the image while inspecting it with
docker manifest inspect
(yesterday everything was OK in terms of inspecting the image's manifest withdocker manifest inspect
):my
docker
client version:The same behavior with slightly older
amd64
docker client:The text was updated successfully, but these errors were encountered: