feat: multi-purpose images
Build / build (pull_request) Successful in 4m40s

- bump base almalinux 9.7 image
- add opentofu image for testing terraform/terragrunt repos
- add g10k image for puppet on kubernetes
- add kubetest image for testing argocd ci
This commit is contained in:
2026-03-08 22:54:28 +11:00
parent 4830421e43
commit efa048c75f
11 changed files with 42 additions and 2 deletions
@@ -0,0 +1,11 @@
# almalinux/9.7/makerun
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
packages = [
"opentofu",
"tflint",
"terragrunt"
]
scripts_final = [
"dnf clean all",
"rm -rf /var/cache/dnf"
]