#docker bake compat?

1 messages · Page 1 of 1 (latest)

silk stream
#

Not in the core, but that would be a great extension to write 😁 In the meantime (extension system is not shipped yet) there are compat bridges

#

Compat bridge 1: run docker engine in a service container, on dagger. Then run regular docker bake client in your pipeline, and point it at the docker engine. this works today.

#

Compat bridge 2: run a docker engine to dagger adapter: a facade that speaks docker engine API and translates to dagger API on the fly. This has been done as a POC, but not available production-ready: someone in the community would have to develop it

#

compat bridge 3: port the docker bake client to call dagger directly instead of docker engine. technically possible but not implemented that I know of