updated post commit to stop infinite loop
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
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...
This commit is contained in:
parent
568a8a011c
commit
e1d682f6a8
18 changed files with 758 additions and 303 deletions
22
minimal-treefile.yaml
Normal file
22
minimal-treefile.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue