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