packer-images/library/sources.pkr.hcl
Ben Vincent ff19688dd2 feat: first commit
- add base image for docker and incus
- manage images for almalinux 8.10 and 9.5
- replace all existing docker build repos
2025-01-11 20:50:07 +11:00

12 lines
227 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
publish_remote_name = "local"
}