We use cookies to understand how people use Depot.
⚡ Introducing Depot Cache
← Back to changelog

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