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
Justin Chadwell d37d483097 docker-container: avoid fail if container conflict
Fixes the race condition where two boots are executed simultaneously
across multiple processes.

We initially check to see if the container exists, but if during
container creation we get a name conflict, we don't treat this error as
a hard failure, and instead move immediately into waiting for the node
to boot.

Signed-off-by: Justin Chadwell <me@jedevc.com>
1 year ago
..
bkimage feat(driver/kubernetes): support mount buildkit.toml and qemu installing 3 years ago
docker avoid extra client for history API detection 2 years ago
docker-container docker-container: avoid fail if container conflict 1 year ago
kubernetes allow custom annotations and labels into kubernetes manifests 2 years ago
remote remote: use buildkit's client.Wait method to bootstrap 2 years ago
driver.go avoid extra client for history API detection 2 years ago
features.go avoid extra client for history API detection 2 years ago
manager.go build: fix host-gateway handling 2 years ago