feat: build incus images
- enable building incus incus images
This commit is contained in:
parent
f59b0fa199
commit
afceaa8618
@ -7,5 +7,5 @@ source "docker" "os" {
|
|||||||
source "incus" "os" {
|
source "incus" "os" {
|
||||||
image = var.incus_source
|
image = var.incus_source
|
||||||
output_image = local.incus_output_image
|
output_image = local.incus_output_image
|
||||||
publish_remote_name = "local"
|
publish_remote_name = "incus-images"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -121,7 +121,6 @@ variable "git_branch" {
|
|||||||
type = string
|
type = string
|
||||||
default = env("GIT_BRANCH")
|
default = env("GIT_BRANCH")
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "include_incus_client_certs" {
|
variable "include_incus_client_certs" {
|
||||||
type = bool
|
type = bool
|
||||||
default = false
|
default = false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user