nomad

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

commit 9feb421b80dd8a901cb09046f250b1dde137d59a
parent 42df0b46cda48e7e5a63318119741fa465561948
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Thu, 26 Feb 2026 23:14:20 +0100

fix(docker-jenkins-inbound-agent): openjdk21

Diffstat:
Mdocker/docker-jenkins-inbound-agent/Dockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/docker-jenkins-inbound-agent/Dockerfile b/docker/docker-jenkins-inbound-agent/Dockerfile @@ -43,7 +43,7 @@ RUN apk update && apk add --no-cache \ curl bash git git-lfs musl-locales openssh-client openssl \ procps tzdata tzdata-utils -RUN apk add openjdk24 \ +RUN apk add openjdk21 \ --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing # Download Jenkins remoting agent