From 1c7c4710cb8ace2b840705eeeb89ff2c7454dafd Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 10 Jan 2026 16:31:43 +1100 Subject: [PATCH] fix: failed module, fix path - I need a better way to test these changes - limit to version 1.2.0 of incus plugin - use correct path in CMD --- images/almalinux/9.6/makerun/variables.auto.pkrvars.hcl | 2 +- library/plugins.pkr.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/almalinux/9.6/makerun/variables.auto.pkrvars.hcl b/images/almalinux/9.6/makerun/variables.auto.pkrvars.hcl index 13ca9ba..46a8605 100644 --- a/images/almalinux/9.6/makerun/variables.auto.pkrvars.hcl +++ b/images/almalinux/9.6/makerun/variables.auto.pkrvars.hcl @@ -8,5 +8,5 @@ scripts_final = [ "rm -rf /var/cache/dnf" ] docker_changes = [ - "CMD /usr/bin/local/run.sh" + "CMD /usr/local/bin/run.sh" ] diff --git a/library/plugins.pkr.hcl b/library/plugins.pkr.hcl index 3f7f865..e6f0c38 100644 --- a/library/plugins.pkr.hcl +++ b/library/plugins.pkr.hcl @@ -6,7 +6,7 @@ packer { } incus = { source = "github.com/bketelsen/incus" - version = "~> 1" + version = "1.2.0" } } }