debian-bootc-base-images/minimal/bootc.yaml
2025-08-30 12:36:18 -07:00

14 lines
297 B
YAML

# Bootc configuration for Debian minimal base images
packages:
# Bootc core components
- bootc
- bootc-ostree
# Bootc configuration
bootc:
# Enable bootc functionality
- enable=true
# OSTree integration
- ostree-support=true
# Container runtime support
- container-support=true