mirror of
https://github.com/linuxserver/docker-lychee.git
synced 2026-02-12 05:20:50 +08:00
Merge pull request #92 from linuxserver/php-ldap
This commit is contained in:
commit
ee8f26cd20
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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."}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user