nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests |Archive | README

commit cc41e39b4630ace29bd94c1e184fdce06a1ddf5c
parent 9feb421b80dd8a901cb09046f250b1dde137d59a
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Fri, 27 Feb 2026 23:59:38 +0100

fix(jenkins): arm/amd image in template

Diffstat:
Mhcl/default/jenkins/templates/jenkins.yaml.tmpl | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hcl/default/jenkins/templates/jenkins.yaml.tmpl b/hcl/default/jenkins/templates/jenkins.yaml.tmpl @@ -123,7 +123,7 @@ jenkins: "/home/jenkins/workspace:/home/jenkins/workspace" ], "force_pull": true, - "image": "127.0.0.1:5000/jenkins-inbound-agent:${REMOTING_VERSION}" + "image": "127.0.0.1:5000/jenkins-inbound-agent-arm64:${REMOTING_VERSION}" }, "Env": { "REMOTING_OPTS": "-url http://{{ env "NOMAD_ADDR_jenkins" }} -name %WORKER_NAME% -secret %WORKER_SECRET% -tunnel {{ env "NOMAD_ADDR_jnlp" }}", @@ -187,7 +187,7 @@ jenkins: "/home/jenkins/workspace:/home/jenkins/workspace" ], "force_pull": true, - "image": "127.0.0.1:5000/jenkins-inbound-agent:${REMOTING_VERSION}" + "image": "127.0.0.1:5000/jenkins-inbound-agent-amd64:${REMOTING_VERSION}" }, "Env": { "REMOTING_OPTS": "-url http://{{ env "NOMAD_ADDR_jenkins" }} -name %WORKER_NAME% -secret %WORKER_SECRET% -tunnel {{ env "NOMAD_ADDR_jnlp" }}",