From 3efcbe0734fc556c9adb3ef1ad6bf7d14de0761d Mon Sep 17 00:00:00 2001 From: thespad Date: Wed, 28 Jan 2026 09:57:04 +0000 Subject: [PATCH] Add php84-ldap --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + README.md | 3 ++- readme-vars.yml | 3 ++- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2993e27..e2901e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 55eb447..3558a96 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 \ diff --git a/README.md b/README.md index c56b89c..68cfb0a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/readme-vars.yml b/readme-vars.yml index 63dec5c..ad21db1 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -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."}