File tree Expand file tree Collapse file tree 3 files changed +36
-1
lines changed
Expand file tree Collapse file tree 3 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.84 2025-09-12 <dave at tiredofit dot ca >
2+
3+ Add EOL Notice to deprecated image
4+
5+ ### Added
6+ - LemonLDAP:NG 2.21.3
7+
8+
19## 2.0.83 2025-07-11 <dave at tiredofit dot ca >
210
311 ### Added
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG LEMONLDAP_VERSION
88ARG AUTHCAS_VERSION
99ARG LASSO_VERSION
1010
11- ENV LEMONLDAP_VERSION=${LEMONLDAP_VERSION:-"2.21.2 " } \
11+ ENV LEMONLDAP_VERSION=${LEMONLDAP_VERSION:-"2.21.3 " } \
1212 AUTHCAS_VERSION=${AUTHCAS_VERSION:-"1.7" } \
1313 LASSO_VERSION=${LASSO_VERSION:-"a58a535028882a92b76f3814f70803872ad5727e" } \
1414 MINIFY_VERSION=2.23.8 \
Original file line number Diff line number Diff line change @@ -6,6 +6,33 @@ source /assets/defaults/10-nginx
66prepare_service
77PROCESS_NAME="lemonldap-ng"
88
9+ cat <<EOF
10+
11+ *******************************************************************************************
12+ * *
13+ * END OF LIFE NOTICE AUGUST 18, 2025 *
14+ * tiredofit/lemonldap *
15+ * *
16+ * This image is no longer maintained as of and will not receive updates. *
17+ * *
18+ * A successor image is available at: *
19+ * *
20+ * Repository | Documentation: *
21+ * - https://github.com/nfrastack/container-lemonldap *
22+ * *
23+ * Image Registries: *
24+ * - https://hub.docker.com/r/nfrastack/lemonldap *
25+ * - https://github.com/nfrastack/container-lemonldap/pkgs/container/container-lemonldap *
26+ * *
27+ * Please visit https://nfrastack.com for more information. *
28+ * *
29+ *******************************************************************************************f
30+
31+ EOF
32+
33+ sleep 15
34+
35+
936mkdir -p /etc/lemonldap-ng \
1037 /var/lib/lemonldap-ng/cache \
1138 /var/lib/lemonldap-ng/sessions/lock \
You can’t perform that action at this time.
0 commit comments