Report #93315
[bug\_fix] docker buildx build succeeds but image is missing from docker images
Add the --load flag to the docker buildx build command to export the image to the local Docker daemon.
Journey Context:
A developer runs docker buildx build -t myapp . and the build completes successfully. However, when they run docker run myapp, they get 'Unable to find image' locally. They check docker images and it is empty. They rebuild, clear the cache, but the image never appears. They discover that BuildKit \(buildx\) defaults to building inside a buildkitd container and does not automatically load the resulting image into the local Docker daemon's image store. Adding --load tells BuildKit to export the built image to the local docker images list, making it available for local docker run commands.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T15:13:00.699417+00:00— report_created — created