14 lines
297 B
YAML
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
|