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 f194850ba10096fcf5e0c7072c6995bece9255db
parent ad4432472fba96a64f453d79f6ead2826dbd15ab
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun, 23 Nov 2025 22:57:06 +0100

feat: bump gatus to 5.33.0

Diffstat:
Mgatus-lxc.pkr.hcl | 2+-
Mminio-lxc.pkr.hcl | 2+-
Mscripts/gatus.sh | 4++--
Mscripts/timezone.sh | 2+-
4 files changed, 5 insertions(+), 5 deletions(-)

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", "--release", "Bookworm", "--arch", "armv7l"] + template_parameters = ["--dist", "debian", "--release", "trixie", "--arch", "amd64"] } variable "gatus_tls_nfs_server" { diff --git a/minio-lxc.pkr.hcl b/minio-lxc.pkr.hcl @@ -41,7 +41,7 @@ variable "minio_root_password" { source "lxc" "minio" { config_file = "config/lxc-config" template_name = "download" - template_parameters = ["--dist", "Debian_by_maurer", "--release", "Bookworm", "--arch", "armv7l"] + template_parameters = ["--dist", "debian", "--release", "trixie", "--arch", "amd64"] } build { diff --git a/scripts/gatus.sh b/scripts/gatus.sh @@ -23,12 +23,12 @@ apt-get install -y curl nginx nfs-common fcgiwrap socat # Install Go (https://go.dev/doc/install) cd $GATUS_BUILD_DIR -curl -Lo go.tar.gz https://go.dev/dl/go1.20.7.linux-armv6l.tar.gz +curl -Lo go.tar.gz https://go.dev/dl/go1.25.4.linux-amd64.tar.gz tar -C /usr/local -xf go.tar.gz export PATH=$PATH:/usr/local/go/bin # Download Gatus -GATUS_VERSION=5.10.0 +GATUS_VERSION=5.33.0 curl -Lo gatus.tar.gz https://github.com/TwiN/gatus/archive/refs/tags/v$GATUS_VERSION.tar.gz tar -xf gatus.tar.gz diff --git a/scripts/timezone.sh b/scripts/timezone.sh @@ -10,4 +10,4 @@ ln -fs /usr/share/zoneinfo/Europe/Zurich /etc/localtime # reconfigure tzdata package to udpate /etc/timezone dpkg-reconfigure --frontend noninteractive tzdata -cat /etc/timezone +#cat /etc/timezone