Add bootapi-templates repository #50

Merged
benvin merged 1 commits from benvin/bootapi-templates-repo into main 2026-07-28 23:08:52 +10:00
Owner

Why

bootapi (PR unkin/bootapi#1) can pull its kickstart/iPXE templates and distro catalog from a git repo and hot-reload them every ~3m (like argocd), so OS/template changes ship without rebuilding or redeploying bootapi. This creates that repo.

Change

  • Add config/git.unkin.net/unkin/repository/bootapi-templates.yaml (public, squash, delete-branch-after-merge), modeled on the bootapi entry. Main protection requires the pre-commit and validate Woodpecker checks + benvin approval.

The repo will be seeded with the current embedded templates + distro catalog (almalinux9, fedora) + a validation pipeline (bootapi validate renders every distro; shellcheck on %post) once it auto-inits.

https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv

## Why bootapi (PR unkin/bootapi#1) can pull its kickstart/iPXE templates and distro catalog from a git repo and hot-reload them every ~3m (like argocd), so OS/template changes ship without rebuilding or redeploying bootapi. This creates that repo. ## Change - Add `config/git.unkin.net/unkin/repository/bootapi-templates.yaml` (public, squash, delete-branch-after-merge), modeled on the bootapi entry. Main protection requires the `pre-commit` and `validate` Woodpecker checks + benvin approval. The repo will be seeded with the current embedded templates + distro catalog (almalinux9, fedora) + a validation pipeline (`bootapi validate` renders every distro; shellcheck on %post) once it auto-inits. https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
unkinben added 1 commit 2026-07-28 22:35:58 +10:00
Add bootapi-templates repository
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
fe662001c5
bootapi-templates holds the live kickstart/iPXE templates and the distro catalog
that bootapi pulls via git-sync (every ~3m, like argocd), so template/OS changes
ship without rebuilding bootapi. Its CI validates that every template parses and
renders for every catalog distro (via 'bootapi validate') plus shellcheck on the
%post snippets.

Modeled on the bootapi repo entry: public, squash, delete-branch-after-merge,
main protection requiring the pre-commit + validate Woodpecker checks and benvin
approval.

Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
benvin merged commit bd66d55c99 into main 2026-07-28 23:08:52 +10:00
benvin deleted branch benvin/bootapi-templates-repo 2026-07-28 23:08:52 +10:00
Sign in to join this conversation.