nomad

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

commit 7aa81a8ff088e61b057cf9d952c158a6b3bc9c93
parent 0cfa2c3c84b5f7587c675ef55b6b9b5ad8ab630f
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 25 Oct 2025 21:55:19 +0200

feat(cv): update img

Diffstat:
Mhcl/default/cv/cv.nomad | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hcl/default/cv/cv.nomad b/hcl/default/cv/cv.nomad @@ -24,7 +24,7 @@ job "cv" { driver = "podman" config { - image = "127.0.0.1:5000/jekyll-cv:257369feef5a2605851ea1c79189680cf4d923f7" + image = "127.0.0.1:5000/jekyll-cv:d83a129d6922d55dd1c43a57c1fe3d7ff154394d" force_pull = true ports = ["jekyll"] }