This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/solver
Andrea Luzzardi ac34df319a docker socket forwarding support
- This PR adds a new mount type: `docker.sock` (in addition to `cache`
  and `tmp`)
- It's then able to mount the LOCAL (as in, from the machine running
  dagger) docker socket inside the container by pretending to be an SSH
  Agent (hijacking the SSH agent forwarding support of buildkit)

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-06-04 16:14:25 -07:00
..
dockersocketprovider.go docker socket forwarding support 2021-06-04 16:14:25 -07:00
fs.go cleanup: move packages to top level, change vanity URL 2021-05-25 16:54:00 -07:00
registryauth.go cleanup: move packages to top level, change vanity URL 2021-05-25 16:54:00 -07:00
secretsprovider.go buildkit secrets support 2021-05-27 19:14:08 -07:00
solver.go docker socket forwarding support 2021-06-04 16:14:25 -07:00