You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/driver
l00397676 5b9d88b3ad docker-container: check local image store if pulling image failed
When booting `docker-container` driver, it will pull and run image
`moby/buildkit:buildx-stable-1`.
If current node cannot connect to dockerhub, driver `docker-container`
will always booting failure.
But user may already load the image manually or pull it from a priviate
registry.
Buildx should check local docker image store after pull failed.

Fixes: #199 issuecomment-561996661

Signed-off-by: Lu Jingxiao <lujingxiao@huawei.com>
5 years ago
..
bkimage new driver: kubernetes 5 years ago
docker
docker-container docker-container: check local image store if pulling image failed 5 years ago
kubernetes kubernetes: show Kubernetes Pods as buildx "Nodes" in `docker buildx inspect` 5 years ago
driver.go kubernetes: show Kubernetes Pods as buildx "Nodes" in `docker buildx inspect` 5 years ago
features.go
manager.go new driver: kubernetes 5 years ago