packer-images/images/almalinux/9.5/actionsdind/variables.auto.pkrvars.hcl
Ben Vincent e061eb52e7
All checks were successful
Build / build (pull_request) Successful in 46s
feat: update repos for el9
- changed from edgecache to packagerepo for el9.4/9.5
- changed to vault.service.consul
- disable running incus builds currently
2025-05-25 10:59:55 +10:00

30 lines
622 B
HCL

# almalinux/9.5/actionsdind
deploy_files_from_common = true
include_incus_client_certs = true
docker_source = "git.query.consul/unkin/almalinux9-base:latest"
packages = [
"bash",
"consul",
"docker-ce-cli",
"incus-client",
"incus-tools",
"nodejs",
"nomad",
"packer",
"terraform",
"terragrunt",
"unzip",
"vault"
]
scripts_pre_packages = [
"dnf makecache",
"dnf update -y",
"dnf install -y yum-utils",
"dnf module enable -y nodejs:20",
"yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo"
]
scripts_final = [
"dnf clean all",
"rm -rf /var/cache/dnf"
]