# deb-bootc-compose configuration file # This file configures the compose engine for creating Debian bootc images compose: release: "bookworm" variants: ["minimal", "standard", "development"] architectures: ["amd64", "arm64"] skip_phases: [] just_phases: [] parallel: false max_workers: 4 build: system: "orchestrator" environment: "debian-bookworm" cache_dir: "./cache" work_dir: "./work" timeout: 1800 orchestrator_url: "http://localhost:8080" mock_config: "debian-bookworm-amd64" max_concurrent: 5 build_deps: systemd: "build-essential, libcap-dev" udev: "build-essential, libudev-dev" dbus: "build-essential, libdbus-1-dev" ostree: mode: "compose" refs: ["debian/bootc"] repository: "./ostree" signing: false key_file: "" repo_path: "./ostree" treefile_path: "" log_dir: "./logs" version: "12.5" update_summary: true force_new_commit: false unified_core: false extra_config: {} ostree_ref: "debian/bootc" work_dir: "./work" cache_dir: "./cache" container_output: true output: formats: ["ostree", "container", "tarball", "metadata"] registry: "" signing: false compression: true logging: level: "info" format: "text" file: "./compose.log" orchestrator: enabled: true url: "http://localhost:8080" auth_token: "" timeout: 300