nomad

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

commit 9588e25a82892f1c2bd4692e9b3b5f08715b8b3f
parent 7826a31f7701e17b1b2adc0c9eff49bac148f6ce
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Wed,  6 Aug 2025 23:34:44 +0200

feat(jenkins-agent): use latest alpine edge img for openjkd

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

diff --git a/docker/docker-jenkins-inbound-agent/Dockerfile b/docker/docker-jenkins-inbound-agent/Dockerfile @@ -38,8 +38,9 @@ ARG AGENT_WORKDIR=/home/"${user}"/agent ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' ENV TZ=Etc/UTC +RUN apk add openjdk24 --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing + RUN apk update && apk add --no-cache \ - openjdk24 \ curl \ bash \ git \