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 ad4432472fba96a64f453d79f6ead2826dbd15ab
parent 00daa076ad14d919913d9e8352bf125125430819
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Thu, 14 Aug 2025 08:05:15 +0200

feat(Jenkinsfile): separate podman/packer agents

Diffstat:
MJenkinsfile | 14+++++++++++---
MREADME.md | 1+
2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile @@ -5,7 +5,15 @@ def packerbuild = new PackerBuild(this) node('podman'){ checkout scm gitleaks() - packerbuild.execute('gatus-lxc.pkr.hcl', [ - gatus_tls_nfs_server: "server:/share" - ]) } + +//node('packer'){ +// checkout scm +// +// packerbuild.execute([ +// gatus_tls_nfs_server: "server:/share" +// ], +// 'gatus-lxc.pkr.hcl', +// 1 +// ) +//} diff --git a/README.md b/README.md @@ -11,6 +11,7 @@ List templates (from `man lxc-create`): ``` /usr/share/lxc/templates/lxc-download -l ``` +* https://images.linuxcontainers.org ## Build Instructions