Docker Buildx Cheat Sheet/Inspect remote image platforms

Inspect remote image index details and available platforms.

Section: Buildx Build Workflows

Inspect remote image platforms

bash
bash
docker buildx imagetools inspect ghcr.io/acme/myapp:1.0.0
Explanation

Excellent for verifying multi-platform publishing.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Buildx Build Workflows
Build multi-platform image
Build and publish a multi-platform image.
OpenIn sheetbashsame section
Build with Buildx
Build using Buildx and BuildKit.
OpenIn sheetbashsame section
Build and load into local daemon
Build and load the result into the local Docker image store.
OpenIn sheetbashsame section
Build and push directly
Build and push the image directly to a registry.
OpenIn sheetbashsame section
Build target stage with Buildx
Build a specific stage using Buildx.
OpenIn sheetbashsame section
Use registry cache
Use a remote registry cache for faster CI builds.
OpenIn sheetbashsame section