docker / buildx

Docker CLI plugin for extended build capabilities with BuildKit
Apache License 2.0
3.55k stars 481 forks source link

Multi-platform builds are not visible in the local Docker image registry #2707

Open asreich opened 1 month ago

asreich commented 1 month ago

Description

Problem: When running docker buildx build targeting multiple architectures the resulting images cannot be viewed in docker image ls. This works if you only target ONE platform per docker buildx build command, but not multiple.

I've read all of #166 and I understand the initial question was resolved but I haven't been able to find a followup issue for the related problem listed above. I have looked through the buildx CLI and have been unable to find a similar command to docker image ls that lists images instead of the buildx drivers listed by docker buildx ls.

Are there plans to enable this support in an upcoming release?

tonistiigi commented 1 month ago

@thaJeztah Transfer to moby? (Afaik this works with containerd store).