We use cookies to understand how people use Depot.
🚀 Introducing Ultra Runners — Up to 3x faster GitHub Actions jobs
← 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