Files
packer-images/images/almalinux/9.7/g10k/variables.auto.pkrvars.hcl
T
unkinben efa048c75f
Build / build (pull_request) Successful in 4m40s
feat: multi-purpose images
- 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
2026-03-08 23:01:05 +11:00

13 lines
251 B
HCL

# almalinux/9.7/makerun
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
packages = [
"g10k"
]
scripts_final = [
"dnf clean all",
"rm -rf /var/cache/dnf"
]
docker_changes = [
"CMD /usr/bin/g10k -config /etc/puppetlabs/r10k.yaml"
]