22 Commits
Author SHA1 Message Date
William Desportes 5e91d468ca Update to PHP 8.3
Fixes #464
2025-10-08 10:01:02 +02: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
MelleandWilliam Desportes 215f36692f Enable remoteip for Apache
Co-Authored-by: William Desportes <williamdes@wdes.fr>
2024-04-02 19:52:10 +02:00
William Desportes 272944cc5a Fix #287 - Verify the version syntax in *.sh to avoid command injection 2023-08-03 16:14:42 +02:00
William Desportes 8674356a6d Merge #408 - Refactor update.sh 2023-06-30 13:51:41 +02:00
William Desportes 636af2024a Revert "Auxiliary commit to revert individual files from d10b78cde45c4b6e081e4e5e38f354347838fb6f"
This reverts commit f5606d330139fca0dcb6ab97ac4826c5cbed1803.
2023-06-30 13:46:40 +02:00
William Desportes d10b78cde4 Revert "Auxiliary commit to revert individual files from e68cbb87af581149bf433be6b94600c0288aa452"
This reverts commit 5d0a2c22adbb918ceb11d84eaddeff0750df759d.
2023-06-30 13:38:42 +02:00
Daniel Rudolf e68cbb87af Add versions.json
'versions.json' contains information about the latest branches (currently phpMyAdmin 5.2 only) and variants. It was inspired by PHP's official Docker image and is managed by `update.sh`. There's no need to edit this file manually, just run `update.sh`.

Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2023-06-01 16:45:29 +02:00
Daniel Rudolf 5ee9a9ced5 update.sh: Add 'DO NOT EDIT' note to generated Dockerfiles
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2023-06-01 16:41:20 +02:00
Daniel Rudolf 2cb9a6214e update.sh: Add some comments and code cleanup
This commit includes no functional changes.

Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2023-06-01 16:36:36 +02:00
Daniel Rudolf 4a5875f495 update.sh: Add 'php_version' variable
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2023-06-01 16:26:05 +02:00
Daniel Rudolf 5239485cfc update.sh: Bake GPG key, sha256 and version directly into Dockerfiles
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2023-06-01 16:22:09 +02:00
Daniel Rudolf f650628a76 update.sh: Bake download URLs directly into Dockerfiles
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2023-06-01 16:19:53 +02:00
Daniel Rudolf dbfffe50c7 update.sh: Add 'create_variant' function
This commit includes no functional changes besides a new debug info.

Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2023-06-01 16:12:18 +02:00
Daniel Rudolf fb5c1a2104 update.sh: Increase error verbosity
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2023-06-01 16:06:58 +02:00
William Desportes 5ab888d0d4 Ref #369 - Remove apache specific settings from non apache entrypoints 2022-06-20 01:06:59 +02:00
William Desportes 85a642d7b3 Make sha256 fetching more strict
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-06-01 10:56:52 +02:00
J0WI f464cf5a67 Add SHA checksum 2020-05-08 04:44:41 +02:00
J0WI c5174eeef9 Cleanup php.ini 2019-07-11 02:19:28 +02:00
Isaac Bennetch 909eab579e Check for dependency and BASH version before running the script
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-08 13:40:03 -04:00
J0WI e670276b37 Fetch latest version from api 2019-03-29 09:11:16 +01:00
J0WIandIsaac Bennetch 78e3cb7aba Refactor Dockerfile to support multiple variants and drop supervisord (#200)
* Refactor Dockerfile to support multiple variants and drop supervisord
* Rename run.sh to docker-entrypoint.sh
* Update tests for apache conatiner
* Fix tests in conatiner
* Fix database startup
* Update Makefile to build all variants
* Update phpMyAdmin to 4.8.4
* Rebase on top of v4.8.5
2019-03-29 03:48:30 -04:00