From afceaa86183f472186c3a9cec0618b74b28f6a20 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Wed, 23 Apr 2025 19:46:58 +1000 Subject: [PATCH] feat: build incus images - enable building incus incus images --- library/sources.pkr.hcl | 2 +- library/variables.pkr.hcl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/library/sources.pkr.hcl b/library/sources.pkr.hcl index b4cbb48..4602b4e 100644 --- a/library/sources.pkr.hcl +++ b/library/sources.pkr.hcl @@ -7,5 +7,5 @@ source "docker" "os" { source "incus" "os" { image = var.incus_source output_image = local.incus_output_image - publish_remote_name = "local" + publish_remote_name = "incus-images" } diff --git a/library/variables.pkr.hcl b/library/variables.pkr.hcl index 2839fad..2a08131 100644 --- a/library/variables.pkr.hcl +++ b/library/variables.pkr.hcl @@ -121,7 +121,6 @@ variable "git_branch" { type = string default = env("GIT_BRANCH") } - variable "include_incus_client_certs" { type = bool default = false