packer-images/images/almalinux/8.10/puppet-base/variables.auto.pkrvars.hcl
Ben Vincent eb3d5b3956
All checks were successful
Build / build (pull_request) Successful in 27m35s
feat: update incus build process
- ensure unkin-ca-certificates are installed
- find the default incus remote and use that for images
- dont set publish_remote_name
- build incus images for the base image
- build puppet-base image for incus only
- ensure builds are made with the `build` profile
2025-04-23 23:00:23 +10:00

17 lines
299 B
HCL

# almalinux/8.10/puppet-base
incus_source = "almalinux8/base/latest"
deploy_files_from_image = true
use_incus = true
packages = [
"puppet-agent",
"puppet-initial"
]
scripts_pre_packages = [
"dnf makecache",
"dnf update -y",
]
scripts_final = [
"dnf clean all",
"rm -rf /var/cache/dnf"
]