Add container-base and container-gobuilder image repos #102

Merged
benvin merged 3 commits from benvin/container-image-repos into main 2026-09-27 17:29:30 +10:00
2 changed files with 32 additions and 0 deletions
Showing only changes of commit 19bb5da00c - Show all commits
@@ -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"