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
--- Session Changes: Add your changes here during development...
22 lines
515 B
YAML
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"
|