Update lemonldap image to 2.17.1 and rebase on alma 9

This commit is contained in:
Daniel Berteaud 2023-09-26 15:16:16 +02:00
parent 0cbf823811
commit 2ac8d91d56
5 changed files with 5 additions and 5 deletions

2
deps/common vendored

@ -1 +1 @@
Subproject commit c19a85c4708d5ff7687624f5812a01c9a165e888
Subproject commit cafa209a7c87e7fb4018dbe5b29c6f93dc8fd8eb

View File

@ -1,5 +1,5 @@
FROM oci.ehtrace.com/alma:8
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
FROM [[ .docker.repo ]][[ .docker.base_images.alma9.image ]]
MAINTAINER [[ .docker.maintainer ]]
ARG LLNG_MAJOR_VERSION=2.0
@ -8,7 +8,7 @@ ENV LLNG_HANDLER_PORT=8183 \
LLNG_HANDLER_WORKERS=2 \
SOURCE_SERVER=traefik
COPY resources /
COPY root/ /
RUN sed -i -e "s/stable/${LLNG_MAJOR_VERSION}/g" /etc/yum.repos.d/lemonldap-ng.repo &&\
microdnf upgrade -y --best --nodocs --noplugins --setopt=install_weak_deps=0 &&\
microdnf -y --nodocs --setopt=install_weak_deps=0 install \

View File

@ -66,7 +66,7 @@ lemonldap:
enabled: False
# Docker image to use for Lemonldap::NG handler
image: danielberteaud/lemonldap-ng-handler:2.16.2-1
image: danielberteaud/lemonldap-ng-handler:2.17.1-1
# Resources for Lemonldap::NG handlers
resources: