docker-library / docker

Docker Official Image packaging for Docker
Apache License 2.0
1.13k stars 576 forks source link

Can't retrieve image ID from build stream #505

Closed aohanhongzhi closed 1 week ago

aohanhongzhi commented 1 month ago

[+] Building 13.1s (5/5) FINISHED                                                                                                          docker-container:mybuilder
 => [internal] booting buildkit                                                                                                                                  3.0s
 => => starting container buildx_buildkit_mybuilder0                                                                                                             3.0s
 => [internal] load build definition from Dockerfile                                                                                                             0.0s
 => => transferring dockerfile: 272B                                                                                                                             0.0s
 => [internal] load metadata for m.daocloud.io/docker.io/library/golang:1.21                                                                                     9.5s
 => [internal] load .dockerignore                                                                                                                                0.0s
 => => transferring context: 2B                                                                                                                                  0.0s
 => [1/1] FROM m.daocloud.io/docker.io/library/golang:1.21@sha256:f2eb989b0b5579b75652b72ee7b3b04cb1736fc254d7efbf3e492d4c9ea7235a                               0.1s
 => => resolve m.daocloud.io/docker.io/library/golang:1.21@sha256:f2eb989b0b5579b75652b72ee7b3b04cb1736fc254d7efbf3e492d4c9ea7235a                               0.0s
WARNING: No output specified with docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load
Can't retrieve image ID from build stream
tianon commented 1 month ago

I'm sorry, this is the repository for the Docker-in-Docker https://hub.docker.com/_/docker image, not for general Docker support.

tianon commented 1 week ago

You can ask for help in the Docker Community Slack. If you are not already a member of the Docker Community Slack, you can use this link to join. You can find more support options at Docker Support.

When you do ask for help, I would recommend including more detail about what you are trying to do, what commands you are running, and what errors are being reported.

Good luck!