Merge pull request #92 from linuxserver/php-ldap

This commit is contained in:
Adam 2026-01-28 10:29:06 +00:00 committed by GitHub
commit ee8f26cd20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 2 deletions

View File

@ -26,6 +26,7 @@ RUN --mount=type=bind,from=cosign-bin,source=/ko-app/cosign,target=/usr/local/bi
php84-exif \
php84-gd \
php84-intl \
php84-ldap \
php84-mysqli \
php84-pdo_mysql \
php84-pdo_pgsql \

View File

@ -26,6 +26,7 @@ RUN --mount=type=bind,from=cosign-bin,source=/ko-app/cosign,target=/usr/local/bi
php84-exif \
php84-gd \
php84-intl \
php84-ldap \
php84-mysqli \
php84-pdo_mysql \
php84-pdo_pgsql \

View File

@ -323,7 +323,8 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **09.07.25:** - Rebase to Alpine 3.20.
* **09.07.25:** - Add php84-ldap as dependency.
* **09.07.25:** - Rebase to Alpine 3.22.
* **03.12.24:** - Verify build artifacts with cosign.
* **27.05.24:** - Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
* **18.01.24:** - Add php-sodium.

View File

@ -114,7 +114,8 @@ init_diagram: |
"lychee:latest" <- Base Images
# changelog
changelogs:
- {date: "09.07.25:", desc: "Rebase to Alpine 3.20."}
- {date: "09.07.25:", desc: "Add php84-ldap as dependency."}
- {date: "09.07.25:", desc: "Rebase to Alpine 3.22."}
- {date: "03.12.24:", desc: "Verify build artifacts with cosign."}
- {date: "27.05.24:", desc: "Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings."}
- {date: "18.01.24:", desc: "Add php-sodium."}