Update to 2.18.2

This commit is contained in:
Daniel Berteaud 2024-02-07 12:21:04 +01:00
parent fd2798d182
commit a440d11b6b
4 changed files with 10 additions and 6 deletions

View File

@ -1,7 +1,7 @@
FROM danielberteaud/alma:9.24.1-6
FROM danielberteaud/alma:9.24.2-1
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG LLNG_VERSION=2.18.1
ARG LLNG_VERSION=2.18.2
ENV PATH=/usr/libexec/lemonldap-ng/bin:${PATH} \
LLNG_LISTEN=unix:/tmp/llng.sock \

View File

@ -77,7 +77,7 @@ job "lemonldap-ng" {
user = 1053
config {
image = "danielberteaud/wait-for:24.1-1"
image = "danielberteaud/wait-for:24.2-1"
readonly_rootfs = true
pids_limit = 20
}
@ -105,7 +105,7 @@ job "lemonldap-ng" {
driver = "docker"
config {
image = "danielberteaud/lemonldap-ng:2.18.1-9"
image = "danielberteaud/lemonldap-ng:2.18.2-1"
readonly_rootfs = true
pids_limit = 200
volumes = [
@ -128,6 +128,7 @@ job "lemonldap-ng" {
policies = ["lemonldap-ng"]
env = false
disable_file = true
change_mode = "noop"
}

View File

@ -1,7 +1,7 @@
FROM [[ .docker.repo ]][[ .docker.base_images.alma9.image ]]
MAINTAINER [[ .docker.maintainer ]]
ARG LLNG_VERSION=2.18.1
ARG LLNG_VERSION=[[ .llng.engine.version ]]
ENV PATH=/usr/libexec/lemonldap-ng/bin:${PATH} \
LLNG_LISTEN=unix:/tmp/llng.sock \

View File

@ -16,8 +16,11 @@ llng:
# Number of instance to run
count: 1
# Version of Lemonldap::NG to use
version: 2.18.2
# Docker image to use
image: '[[ .docker.repo ]]lemonldap-ng:2.18.1-9'
image: '[[ .docker.repo ]]lemonldap-ng:[[ .llng.engine.version ]]-1'
# Resource allocation
resources: