- add base image for docker and incus - manage images for almalinux 8.10 and 9.5 - replace all existing docker build repos
13 lines
218 B
HCL
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"
|
|
}
|
|
}
|
|
}
|