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?
Description
Problem: When running
docker buildx build
targeting multiple architectures the resulting images cannot be viewed indocker image ls
. This works if you only target ONE platform perdocker 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 todocker image ls
that lists images instead of the buildx drivers listed bydocker buildx ls
.Are there plans to enable this support in an upcoming release?