packer-images/library/sources.pkr.hcl
Ben Vincent 944cc47e89
All checks were successful
Deploy / build (push) Successful in 9m29s
feat: upgrade to almalinux 9.7 (#33)
Reviewed-on: #33
2026-01-13 17:34:38 +11:00

12 lines
217 B
HCL

source "docker" "os" {
image = var.docker_source
commit = true
changes = var.docker_changes
}
source "incus" "os" {
image = var.incus_source
output_image = local.incus_output_image
profile = ["build"]
}