feat: rebuild incus (#12)
All checks were successful
Deploy / build (push) Successful in 8s

- add htop
- puppet-initial package has been updated

Reviewed-on: https://git.query.consul/unkin/packer-images/pulls/12
This commit is contained in:
Ben Vincent 2025-04-24 22:00:45 +10:00
parent 8e42e3c6b9
commit da06bcb1ac

View File

@ -3,6 +3,7 @@ incus_source = "almalinux9/base/latest"
deploy_files_from_image = true
use_incus = true
packages = [
"htop",
"puppet-agent",
"puppet-initial"
]