packer-builds

Packer Builds for LXC and Libvirt
git clone https://git.in0rdr.ch/packer-builds.git
Log | Files | Refs | Pull requests |Archive | README

commit 3dac0a6ed1c8af0a7098c31aed5e2c32492b61fa
parent f93cb13a4908b6cc93838b4639710206693990fa
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Thu, 19 Dec 2024 23:35:25 +0100

feat: use official Debian image

Diffstat:
Mgatus-lxc.pkr.hcl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gatus-lxc.pkr.hcl b/gatus-lxc.pkr.hcl @@ -6,7 +6,7 @@ variable "manifest" { source "lxc" "gatus" { config_file = "config/lxc-config" template_name = "download" - template_parameters = ["--dist", "Debian_by_maurer", "--release", "Bookworm", "--arch", "armv7l"] + template_parameters = ["--dist", "Debian", "--release", "Bookworm", "--arch", "armv7l"] } variable "gatus_tls_nfs_server" {