Add almalinux9-base and gobuilder repos
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful

Split the first two container images out of the packer-images monorepo into
one repo per image.
This commit is contained in:
2026-09-27 17:14:12 +10:00
parent 41168df5fd
commit 19bb5da00c
2 changed files with 32 additions and 0 deletions
@@ -0,0 +1,16 @@
description: "AlmaLinux 9 base container image for the estate, carrying internal CA trust and dnf repository configuration."
private: false
default_branch: "main"
default_delete_branch_after_merge: true
default_merge_style: "squash"
branch_protection:
- rule_name: "main"
merge_whitelist_teams:
- "Owners"
enable_push: false
status_check_contexts:
- "ci/woodpecker/pr/build"
- "ci/woodpecker/pr/test"
- "ci/woodpecker/pr/pre-commit"
approval_whitelist_users:
- "benvin"
@@ -0,0 +1,16 @@
description: "Go toolchain builder container image, built from almalinux9-base, used by Woodpecker pipelines to compile Go projects."
private: false
default_branch: "main"
default_delete_branch_after_merge: true
default_merge_style: "squash"
branch_protection:
- rule_name: "main"
merge_whitelist_teams:
- "Owners"
enable_push: false
status_check_contexts:
- "ci/woodpecker/pr/build"
- "ci/woodpecker/pr/test"
- "ci/woodpecker/pr/pre-commit"
approval_whitelist_users:
- "benvin"