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 33ef1b3a30 docker-container: move userns detection into driver
This moves the detection of the docker daemon's security options into
the driver from the factory, handling them in a similar way to how we do
cgroups.

Because of recent changes that modify error detection in driver
creation, this attempt to contact the docker daemon during builder
creation meant that a docker-container builder could not be created
without access to the docker socket. This patch resolves this, by
defering the Info call to the driver, when the container is actually
created.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago
..
bkimage feat(driver/kubernetes): support mount buildkit.toml and qemu installing 3 years ago
docker enable other exporters if docker driver uses containerd 2 years ago
docker-container docker-container: move userns detection into driver 2 years ago
kubernetes kubernetes: rootless: support Google Container-Optimized OS 2 years ago
remote remote: add additional connhelpers to buildx 3 years ago
driver.go ls: adds fallback if buildkit version info unimplemented 3 years ago
features.go driver: add feature testing 6 years ago
manager.go create: improve interface when attempting to create docker driver 2 years ago