99 Commits
Author SHA1 Message Date
William Desportes 452a995fe6 Install the extension from the folder directly
Ref: https://github.com/docker-library/official-images/pull/20045

As advised on https://github.com/docker-library/official-images/pull/20045
2025-10-08 22:49:29 +02:00
Daniel RudolfandIsaac Bennetch 4bce58ddab Remove superfluous uploadprogress.tar.gz
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2025-10-08 12:35:01 -04:00
William Desportes fc38d23ff1 Enable the uploadprogress extension
Fixes #437
Ref: 6bfaf085b4

Missing copying that

Signed-off-by: William Desportes <williamdes@wdes.fr>
2025-10-08 10:28:34 +02:00
William Desportes 6bfaf085b4 Enable the uploadprogress extension
Fixes #437

Signed-off-by: William Desportes <williamdes@wdes.fr>
2025-10-08 10:24:52 +02:00
William Desportes 04b3786429 Update to 5.2.3 release
Signed-off-by: William Desportes <williamdes@wdes.fr>
2025-10-08 10:01:07 +02:00
William Desportes 5e91d468ca Update to PHP 8.3
Fixes #464
2025-10-08 10:01:02 +02:00
Isaac Bennetch 24c2f1f855 Update ENV statements to use = to match Docker standards
Sometimes the old way generates warnings when building

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2025-02-01 15:29:24 -05:00
Isaac Bennetch 216be795f7 Update to 5.2.2 release
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2025-01-21 15:44:12 -05:00
William Desportes 04de4ca2ba Use a sticky bit for tmp/ 2025-01-14 14:39:35 +01:00
William Desportes bb0fd043c3 Make all files read only, except tmp 2025-01-14 14:20:47 +01:00
William Desportes 812039a7de Make containers contents run on www-data 2025-01-14 14:06:04 +01:00
William Desportes 577a94fda6 Remove PMA_SSL and PMA_SSLS from _FILE support (#441) 2025-01-14 13:46:02 +01:00
William Desportes ec0d6a5c3a Use chown from Docker directly 2025-01-11 00:43:20 +01:00
lordrobincbzandWilliam Desportes 788475217f Fix Dockerfile templates: add helpers.php 2025-01-11 00:37:16 +01:00
William Desportes a0e0282c91 Fix $i could be affected by the socket settings not being of the same length
Sync all variants
Ref: 12b0f347cb

"Looping through $sockets using the same index variable $i interferes with $i--; on the following line. PMA_HOSTS & PMA_SOCKETS may not be of equal length."
2025-01-07 22:29:19 +01:00
e1fe998378 Add mutual TLS (mTLS) support for remote database connections in PhpMyAdmin (#448)
Add mutual TLS (mTLS) support for remote database connections in PhpMyAdmin

Pull-request: #448

Signed-off-by: lordrobincbz <robincrombez.pro@gmail.com>
Co-authored-by: William Desportes <williamdes@wdes.fr>
2025-01-07 21:27:08 +00:00
William Desportes 0109a4fbdd Revert "Ref #187 - Make custom ini files writable in rootless mode"
This reverts commit 2335c3151b.
2024-08-20 20:11:24 +02:00
William Desportes 4cbf9ef735 Merge #432 - Fix Permissions of config.secret.inc.php
Pull-request: #432
Signed-off-by: William Desportes <williamdes@wdes.fr>
2024-08-20 20:05:49 +02:00
TasdidurRahman 88b594a77f enable server specific ssl
Signed-off-by: TasdidurRahman <tasdid@appscode.com>
2024-08-19 15:45:28 +06:00
William Desportes 2335c3151b Ref #187 - Make custom ini files writable in rootless mode 2024-04-02 22:20:35 +02:00
William Desportes 6d69b7796b Ref #187 - Make all the data www-data:www-data 2024-04-02 21:42:14 +02:00
William Desportes 8674356a6d Merge #408 - Refactor update.sh 2023-06-30 13:51:41 +02:00
William Desportes 3c0561bd6e Run update.sh 2023-06-30 13:47:04 +02:00
William Desportes 644a36f7a0 Revert "Run update.sh"
This reverts commit 6d73dc8728.
2023-06-30 13:37:41 +02:00
William Desportes 328b498f51 Merge #415 - add extension bcmath for 2nd factor authentication 2023-06-30 11:27:18 +02:00
William Desportes adf9118a38 Merge #401 - Add back a /sessions volume for sessions persistence 2023-06-29 13:44:41 +02:00
William Desportes d455a71d95 Merge #399 - Add back a /sessions volume for sessions persistence 2023-06-29 13:11:48 +02:00
Benedikt Franke 67f9b75357 Update to PHP 8.2 2023-06-14 09:38:34 +02:00
Daniel Rudolf 6d73dc8728 Run update.sh
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2023-06-01 16:48:07 +02:00
J0WI 7967e63883 Add no-network option 2023-05-31 14:36:01 +02:00
William Desportes 7f5a48b7c3 Merge #394 - Fix #133 - Add TZ env var to change PHP date.timezone
Pull-request: #394
Fixes: #133
2023-03-11 17:07:23 +01:00
William Desportes bb70a46858 Add back a /sessions volume for sessions persistence
Ref: #274
Ref: #198
2023-03-11 17:00:11 +01:00
Isaac Bennetch a1772debe4 Releasing 5.2.1 again
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2023-02-07 23:59:45 -05:00
Isaac Bennetch 1241428f99 Update to 5.2.1 release
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2023-02-07 22:01:01 -05:00
Sergio-IME fa108dc809 Add TZ env var to change PHP date.timezone 2023-01-20 18:02:51 +01:00
William Desportes d1f327e462 Fix #393 - Upgrade the image to PHP 8.1 2023-01-01 12:11:54 +04:00
William Desportes 71d54acc93 Merge #384 - Add ENV PMA_UPLOADDIR and PMA_SAVEDIR ENVs
Pull-request: #384
2022-11-25 16:29:15 +01:00
William Desportes 83bd66d27f Update config.inc.php files 2022-11-25 15:14:29 +01:00
William Desportes b936b8ebd1 Ref #369 - Update files using ./update.sh 2022-06-20 01:07:06 +02:00
William Desportes 0b7054a449 Fix #372 - Support docker secrets from file for {PMA_USER,PMA_CONTROLUSER,PMA_CONTROLHOST}
- Support docker secrets from file for `PMA_USER`
- Support docker secrets from file for `PMA_CONTROLUSER`
- Support docker secrets from file for `PMA_CONTROLHOST`
2022-06-19 19:47:49 +02:00
William Desportes 326191915b Change the config syntax replacement way for phpMyAdmin 5.2 to define the "configFile" directive
Fixes #361
Fixes #364
Fixes #365
Fixes #366
2022-05-12 21:17:50 +02:00
William Desportes cddd8dda1b Add commands to check the replaced line can be found and was replaced + lint the file afterwards
Ref #361
Ref #364
Ref #365
Ref #366
2022-05-12 21:07:32 +02:00
Isaac Bennetch b057ee3d89 Update to 5.2.0 release
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2022-05-11 10:21:57 -04:00
Isaac Bennetch 90bc75ac92 Version 5.1.4
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2022-05-11 10:17:10 -04:00
Isaac Bennetch 2b79d71002 Update to 5.1.3 release
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2022-02-11 08:58:24 -05:00
Isaac Bennetch 4dd05de348 Update to 5.1.2 release
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2022-01-21 22:08:10 -05:00
William Desportes 7c28533a32 Fix #325 - Upgrade to PHP 8 2021-08-23 17:39:00 +02:00
William Desportes 030928a01e Fix #345 - Add back composer.json and remove non needed source files 2021-08-23 16:46:30 +02:00
Daniel Rudolf e8ade8e3b1 Follow-up: GPG: Fix GPG keyservers
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2021-08-11 20:25:33 +02:00
Daniel Rudolf 12e6fdf738 GPG: Fix GPG keyservers
sks-keyservers.net was shut down some time ago. keys.gnupg.net is just
an alias. Neither pgp.mit.edu, nor keyserver.pgp.com are available
right now, but there was no take-down notice, so we should assume they
are temporarily unavailable. Use keys.openpgp.org as main alternative.

Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2021-08-11 18:49:58 +02:00