Skip to content

Instantly share code, notes, and snippets.

@toonsevrin
Created August 12, 2020 12:39
Show Gist options
  • Save toonsevrin/326ac3c73f81ab723c29b0dcd29c0290 to your computer and use it in GitHub Desktop.
Save toonsevrin/326ac3c73f81ab723c29b0dcd29c0290 to your computer and use it in GitHub Desktop.
docker manifest inspect nginx:latest
{
"schemaVersion": 2,
"mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
"manifests": [
{
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"size": 1362,
"digest": "sha256:a5a1e8e5148de5ebc9697b64e4edb2296b5aac1f05def82efdc00ccb7b457171",
"platform": {
"architecture": "amd64",
"os": "linux"
}
},
{
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"size": 1362,
"digest": "sha256:709c3f60b3d4a032f6c2647f575a1d4dde6cb19640a93fb0e74abb6038dcc491",
"platform": {
"architecture": "arm",
"os": "linux",
"variant": "v5"
}
},
{
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"size": 1362,
"digest": "sha256:c8a3f1c1c2f6a3912c06409c96b0d0bba3a38d32b017ff2808c37bab573a3809",
"platform": {
"architecture": "arm",
"os": "linux",
"variant": "v7"
}
},
{
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"size": 1362,
"digest": "sha256:3dffc9bab5c42035cfe30a46aa48e011231b26e7f415306aacf580cd94953588",
"platform": {
"architecture": "arm64",
"os": "linux",
"variant": "v8"
}
},
{
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"size": 1362,
"digest": "sha256:92c7d6c012081d33a8b6622e6b3ed8f46cc344a4709f42e5fb0583324ea4197a",
"platform": {
"architecture": "386",
"os": "linux"
}
},
{
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"size": 1362,
"digest": "sha256:6f93e08450c460b73fb3c2818b5b8407789d0fbb714afc4f48f66711d8ac76c2",
"platform": {
"architecture": "mips64le",
"os": "linux"
}
},
{
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"size": 1362,
"digest": "sha256:f8a81f9e73c3ea4700778cd6bec4e3bf390e36fb248d9b1afd816fdc7021bc4b",
"platform": {
"architecture": "ppc64le",
"os": "linux"
}
},
{
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"size": 1362,
"digest": "sha256:f6d7adb0eaa96e86c3b3d9884deb26ea3c1f8a221f07518e4bf7cd9ea12dd041",
"platform": {
"architecture": "s390x",
"os": "linux"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment