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

---
Session Changes:

Add your changes here during development...
This commit is contained in:
apt-ostree-dev 2025-08-21 17:17:58 -07:00
parent 568a8a011c
commit e1d682f6a8
18 changed files with 758 additions and 303 deletions

25
debian-treefile.yaml Normal file
View file

@ -0,0 +1,25 @@
api_version: "1.0"
kind: "tree"
metadata:
ref_name: "debian/trixie/x86_64/base"
version: "1.0.0"
description: "Base Debian Trixie system with apt-ostree"
timestamp: "2025-01-19T12:00:00Z"
parent: null
base_image: "debian:trixie"
repositories:
- name: "debian"
url: "http://deb.debian.org/debian"
suite: "trixie"
components: ["main", "contrib", "non-free"]
enabled: true
gpg_key: null
packages:
base: ["systemd", "bash", "coreutils", "apt", "ostree"]
additional: ["curl", "wget", "git", "vim"]
excludes: null
customizations: null
output:
generate_container: true
container_path: "debian-trixie-base.tar"
export_formats: ["docker-archive"]