mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 17:59:21 +02:00
8.2
This commit is contained in:
parent
842866e458
commit
83235fa2da
5 changed files with 17 additions and 5 deletions
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
8.1
|
8.2.RC1
|
||||||
|
|
|
@ -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 (>= 7.2.0). Needed changes in your
|
<para>LAM runs with PHP 7 (>= 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 (>10000 LDAP entries) you may need to
|
<para>For large installations (>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 -> 8.2</title>
|
||||||
|
|
||||||
|
<para>No actions required.</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>8.0 -> 8.1</title>
|
<title>8.0 -> 8.1</title>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue