All checks were successful
Build / build (pull_request) Successful in 36s
- I need a better way to test these changes - limit to version 1.2.0 of incus plugin - use correct path in CMD
13 lines
219 B
HCL
13 lines
219 B
HCL
packer {
|
|
required_plugins {
|
|
docker = {
|
|
version = ">= 1.1.1"
|
|
source = "github.com/hashicorp/docker"
|
|
}
|
|
incus = {
|
|
source = "github.com/bketelsen/incus"
|
|
version = "1.2.0"
|
|
}
|
|
}
|
|
}
|