packer-images/library/plugins.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

13 lines
218 B
HCL

packer {
required_plugins {
docker = {
version = ">= 1.1.1"
source = "github.com/hashicorp/docker"
}
incus = {
source = "github.com/bketelsen/incus"
version = "~> 1"
}
}
}