This commit is contained in:
Roland Gruber 2022-11-27 15:13:52 +01:00
parent 842866e458
commit 83235fa2da
5 changed files with 17 additions and 5 deletions

View file

@ -1,3 +1,9 @@
ldap-account-manager (8.2.RC1-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Sun, 27 Dec 2022 15:04:23 +0100
ldap-account-manager (8.1-1) unstable; urgency=medium ldap-account-manager (8.1-1) unstable; urgency=medium
* new upstream release * new upstream release

View file

@ -29,7 +29,7 @@
FROM debian:bullseye-slim FROM debian:bullseye-slim
LABEL maintainer="Roland Gruber <post@rolandgruber.de>" LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
ARG LAM_RELEASE=8.1 ARG LAM_RELEASE=8.2.RC1
EXPOSE 80 EXPOSE 80
ENV \ ENV \

View file

@ -3,7 +3,7 @@ services:
ldap-account-manager: ldap-account-manager:
build: build:
context: . context: .
image: ldapaccountmanager/lam:8.1 image: ldapaccountmanager/lam:8.2.RC1
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8080:80" - "8080:80"

View file

@ -1 +1 @@
8.1 8.2.RC1

View file

@ -361,10 +361,10 @@ docker run -p 8080:80 -it -d registry.gitlab.com/ldapaccountmanager/lampro:stabl
<section> <section>
<title>PHP</title> <title>PHP</title>
<para>LAM runs with PHP 7 (&gt;= 7.2.0). Needed changes in your <para>LAM runs with PHP 7 (&gt;= 7.4.0). Needed changes in your
php.ini:</para> php.ini:</para>
<para>memory_limit = 64M</para> <para>memory_limit = 128M</para>
<para>For large installations (&gt;10000 LDAP entries) you may need to <para>For large installations (&gt;10000 LDAP entries) you may need to
increase the memory limit to 256M.</para> increase the memory limit to 256M.</para>
@ -616,6 +616,12 @@ docker run -p 8080:80 -it -d registry.gitlab.com/ldapaccountmanager/lampro:stabl
version. Unless explicitly noticed there is no need to install an version. Unless explicitly noticed there is no need to install an
intermediate release.</para> intermediate release.</para>
<section>
<title>8.1 -&gt; 8.2</title>
<para>No actions required.</para>
</section>
<section> <section>
<title>8.0 -&gt; 8.1</title> <title>8.0 -&gt; 8.1</title>