apt-ostree/minimal-treefile.yaml
apt-ostree-dev e1d682f6a8
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Successful in 6m19s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 6s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 37s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
updated post commit to stop infinite loop
---
Session Changes:

Add your changes here during development...
2025-08-21 17:17:58 -07:00

22 lines
515 B
YAML

api_version: "1.0"
kind: "tree"
metadata:
ref_name: "test/minimal"
version: "0.1.0"
description: "Minimal test tree for bootc image generation"
repositories:
- name: "debian"
url: "http://deb.debian.org/debian"
suite: "trixie"
components: ["main"]
enabled: true
packages:
base: ["bash", "coreutils", "grep", "gawk", "sed"]
additional: []
excludes: []
output:
generate_container: true
container_path: "/tmp/apt-ostree-container"
export_formats:
- "docker-archive"
- "oci"