depot CLI v2.72.0
With the v2.72.0
release of the depot
CLI, the Compose v2 spec is now supported, including depot bake
of Compose files with additional_contexts
:
$ depot bake -f ./docker-compose.yml
services:
app:
build:
context: .
additional_contexts:
base: ../base