nomad

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

commit ca8f80ba9c4e68c0c8a1463bb014fc5bad9645f8
parent 99bcf3f1f39bfc0d0542f64d6c8f52eb60bee8e1
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Wed, 15 May 2024 00:23:36 +0200

fix(#64): use latest alpine

We can revert to using the latest alpine image, because an upgrade of
the sqlite library fixed an issue with more recent versions of musl:
* https://board.in0rdr.ch/public/task/64/01171363fae4b8b81af1579708f7cda6d389062f05b75db860621eaed32b
* https://github.com/mattn/go-sqlite3/issues/1164

Diffstat:
Mdocker/docker-hivedav-demo/Dockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/docker-hivedav-demo/Dockerfile b/docker/docker-hivedav-demo/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/arm64v8/golang:1.21-alpine3.17 +FROM docker.io/arm64v8/golang:1.21-alpine RUN apk update RUN apk add --no-cache git make g++ musl-dev tzdata