[phpMyAdmin Git] [phpmyadmin/docker] 6070d8: Use Alpine 3.19 for testing

2024-04-02 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 6070d87f732b0fb9eb198a8341568bfaa0458d28
https://github.com/phpmyadmin/docker/commit/6070d87f732b0fb9eb198a8341568bfaa0458d28
Author: William Desportes 
Date: 2024-04-02 (Tue, 04 April 2024) +02:00

Changed paths: 
M testing/Dockerfile

Log Message:
---
Use Alpine 3.19 for testing

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/docker] 692333: Update generate-stackbrew-library.sh from upstream build pack

2023-06-30 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 692333aa2d7ffd02f8763862295f78b4c61e6fed
https://github.com/phpmyadmin/docker/commit/692333aa2d7ffd02f8763862295f78b4c61e6fed
Author: William Desportes 
Date: 2023-06-30 (Fri, 06 June 2023) +02:00

Changed paths: 
M generate-stackbrew-library.sh

Log Message:
---
Update generate-stackbrew-library.sh from upstream build pack

To reduce further diffs when it will be updated to use versions.json if this 
happens

Ref: 
https://github.com/docker-library/buildpack-deps/blob/master/generate-stackbrew-library.sh

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/docker] 2d43a6: Add a CHANGELOG entry for #415

2023-06-30 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 2d43a62d2051d6699327adbbe8006d4b2dabd543
https://github.com/phpmyadmin/docker/commit/2d43a62d2051d6699327adbbe8006d4b2dabd543
Author: William Desportes 
Date: 2023-06-30 (Fri, 06 June 2023) +02:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Add a CHANGELOG entry for #415

Pull-request: #415

[ci skip]

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/docker] 87e2c6: Fix mysqladmin and MYSQL_ROOT_PASSWORD not existing anymore on MariaDB 11

2023-06-29 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 87e2c6a325ee498056a4039a304e26cbfb1db0e4
https://github.com/phpmyadmin/docker/commit/87e2c6a325ee498056a4039a304e26cbfb1db0e4
Author: William Desportes 
Date: 2023-06-29 (Thu, 06 June 2023) +02:00

Changed paths: 
M testing/docker-compose/docker-compose.testing-config-mount-dir.yml
M testing/docker-compose/docker-compose.testing-default.yml
M testing/docker-compose/docker-compose.testing-different-apache-port.yml
M testing/docker-compose/docker-compose.testing-fs-import-export.yml
M testing/docker-compose/docker-compose.testing-one-host.yml

Log Message:
---
Fix mysqladmin and MYSQL_ROOT_PASSWORD not existing anymore on MariaDB 11

Commit: b3cb5de98e05009032e793e96e97ed2998190380
https://github.com/phpmyadmin/docker/commit/b3cb5de98e05009032e793e96e97ed2998190380
Author: William Desportes 
Date: 2023-06-29 (Thu, 06 June 2023) +02:00

Changed paths: 
M .github/workflows/run-tests.yml

Log Message:
---
Make GitHub actions sed back the config to MySQL mode if needed

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/docker] bb70a4: Add back a /sessions volume for sessions persistence

2023-06-29 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: bb70a4685815832a6663cd00e8fb042a26aa5459
https://github.com/phpmyadmin/docker/commit/bb70a4685815832a6663cd00e8fb042a26aa5459
Author: William Desportes 
Date: 2023-03-11 (Sat, 03 March 2023) +01:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M README.md
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile
M testing/phpmyadmin_test.py

Log Message:
---
Add back a /sessions volume for sessions persistence

Ref: #274
Ref: #198

Commit: d455a71d95a0621bbfef03bd074054b21d589b18
https://github.com/phpmyadmin/docker/commit/d455a71d95a0621bbfef03bd074054b21d589b18
Author: William Desportes 
Date: 2023-06-29 (Thu, 06 June 2023) +02:00

Changed paths: 
M CHANGELOG.md
M Dockerfile-alpine.template
M Dockerfile-debian.template
M README.md
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile
M testing/phpmyadmin_test.py

Log Message:
---
Merge #399 - Add back a /sessions volume for sessions persistence

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/docker] e1da75: Use MariaDB LTS and test on each MariaDB LTS

2023-06-29 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: e1da7554b4b81670f9d5fc93368f346a00cb9db2
https://github.com/phpmyadmin/docker/commit/e1da7554b4b81670f9d5fc93368f346a00cb9db2
Author: William Desportes 
Date: 2023-06-29 (Thu, 06 June 2023) +02:00

Changed paths: 
M .github/workflows/run-tests.yml
M README.md
M testing/docker-compose/docker-compose.testing-default.yml
M testing/docker-compose/docker-compose.testing-different-apache-port.yml
M testing/docker-compose/docker-compose.testing-fs-import-export.yml
M testing/docker-compose/docker-compose.testing-one-host.yml

Log Message:
---
Use MariaDB LTS and test on each MariaDB LTS

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/docker] 7967e6: Add no-network option

2023-06-01 Thread J0WI via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 7967e6388320f00369b421f4607c7b13966d213b
https://github.com/phpmyadmin/docker/commit/7967e6388320f00369b421f4607c7b13966d213b
Author: J0WI 
Date: 2023-05-31 (Wed, 05 May 2023) +02:00

Changed paths: 
M Dockerfile-alpine.template
M fpm-alpine/Dockerfile

Log Message:
---
Add no-network option

Commit: 9a7991c3f2359933d2d39e937ad275120b381ece
https://github.com/phpmyadmin/docker/commit/9a7991c3f2359933d2d39e937ad275120b381ece
Author: William Desportes 
Date: 2023-06-01 (Thu, 06 June 2023) +02:00

Changed paths: 
M Dockerfile-alpine.template
M fpm-alpine/Dockerfile

Log Message:
---
Merge #407 - Add no-network option on alpine Dockerfile

Pull-request: #407

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] b03053: Fix Docker build where rm would error because of a missing folder

2023-02-07 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: b0305371a48c72b78f36b34105cb161758e3366b
https://github.com/phpmyadmin/docker/commit/b0305371a48c72b78f36b34105cb161758e3366b
Author: Isaac Bennetch 
Date: 2023-02-07 (Tue, 02 February 2023) -05:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template

Log Message:
---
Fix Docker build where rm would error because of a missing folder

Signed-off-by: Isaac Bennetch 

Commit: a1772debe412415732d97e0ca195b2ad554ed37f
https://github.com/phpmyadmin/docker/commit/a1772debe412415732d97e0ca195b2ad554ed37f
Author: Isaac Bennetch 
Date: 2023-02-07 (Tue, 02 February 2023) -05:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Releasing 5.2.1 again

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 124142: Update to 5.2.1 release

2023-02-07 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 1241428f9992d1274c3e3baed85451c76d538ed5
https://github.com/phpmyadmin/docker/commit/1241428f9992d1274c3e3baed85451c76d538ed5
Author: Isaac Bennetch 
Date: 2023-02-07 (Tue, 02 February 2023) -05:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Update to 5.2.1 release

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 0c1b04: [+] ENV PMA_UPLOADDIR and PMA_SAVEDIR

2022-11-25 Thread Chris Proud
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 0c1b04d2fc714a7bb2cbc0459d8fddd9ebc81ec8
https://github.com/phpmyadmin/docker/commit/0c1b04d2fc714a7bb2cbc0459d8fddd9ebc81ec8
Author: Chris Proud 
Date: 2022-09-20 (Tue, 09 September 2022) +01:00

Changed paths: 
M config.inc.php

Log Message:
---
[+] ENV PMA_UPLOADDIR and PMA_SAVEDIR

Commit: 80ce7025ac4f0ba71718495cfa625869bf96050a
https://github.com/phpmyadmin/docker/commit/80ce7025ac4f0ba71718495cfa625869bf96050a
Author: Chris Proud 
Date: 2022-09-21 (Wed, 09 September 2022) +01:00

Changed paths: 
M config.inc.php

Log Message:
---
Remove Trim() from around dir env settings

Commit: 9b09f1ae4cd92a36f7e07dc4c445d3b601675cd8
https://github.com/phpmyadmin/docker/commit/9b09f1ae4cd92a36f7e07dc4c445d3b601675cd8
Author: Chris Proud 
Date: 2022-09-21 (Wed, 09 September 2022) +01:00

Changed paths: 
M README.md

Log Message:
---
Add ENV PMA_UPLOADDIR and PMA_SAVEDIR to README.md

Commit: 7e5dd3b39daf627e9078dc39e878e72e1c036227
https://github.com/phpmyadmin/docker/commit/7e5dd3b39daf627e9078dc39e878e72e1c036227
Author: Chris Proud 
Date: 2022-09-21 (Wed, 09 September 2022) +01:00

Changed paths: 
M README.md

Log Message:
---
Update description of PMA_UPLOADDIR and PM_SAVEDIR

Co-authored-by: William Desportes 

Commit: c3e03b74299038e8160d78e96fd428aac4d07020
https://github.com/phpmyadmin/docker/commit/c3e03b74299038e8160d78e96fd428aac4d07020
Author: William Desportes 
Date: 2022-11-25 (Fri, 11 November 2022) +01:00

Changed paths: 
M testing/phpmyadmin_test.py

Log Message:
---
Add tests for phpmyadmin/docker#384

Commit: 71d54acc9309c04ed53a148ca1979b6cdc10c5b9
https://github.com/phpmyadmin/docker/commit/71d54acc9309c04ed53a148ca1979b6cdc10c5b9
Author: William Desportes 
Date: 2022-11-25 (Fri, 11 November 2022) +01:00

Changed paths: 
M README.md
M apache/config.inc.php
M config.inc.php
M fpm-alpine/config.inc.php
M fpm/config.inc.php

Log Message:
---
Merge #384 - Add ENV PMA_UPLOADDIR and PMA_SAVEDIR ENVs

Pull-request: #384

Commit: e6f53b6f8e407db548ffad056182f033c712e76d
https://github.com/phpmyadmin/docker/commit/e6f53b6f8e407db548ffad056182f033c712e76d
Author: William Desportes 
Date: 2022-11-25 (Fri, 11 November 2022) +01:00

Changed paths: 
A testing/docker-compose/docker-compose.testing-fs-import-export.yml
M .github/workflows/run-tests.yml
M Makefile
M testing/phpmyadmin_test.py

Log Message:
---
Add tests for phpmyadmin/docker#384 to the CI

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 031d27: Fix issue port 80- range when using APACHE_PORT

2022-11-25 Thread ByteBitten
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 031d27ad3054d060e54ab8a996eed317a40d8cb4
https://github.com/phpmyadmin/docker/commit/031d27ad3054d060e54ab8a996eed317a40d8cb4
Author: ByteBitten 
Date: 2022-08-17 (Wed, 08 August 2022) +02:00

Changed paths: 
M docker-entrypoint.sh

Log Message:
---
Fix issue port 80- range when using APACHE_PORT

Setting port to 8000-8099 caused issues after a restart.
Ex: Port got set from 8090 to 809090 resulting in error AH00526.
Using full line replace as ports.conf next character is new line.

Commit: 1effd43182e9a2e90e991ce5e521c1df68d9d089
https://github.com/phpmyadmin/docker/commit/1effd43182e9a2e90e991ce5e521c1df68d9d089
Author: William Desportes 
Date: 2022-11-25 (Fri, 11 November 2022) +01:00

Changed paths: 
M apache/docker-entrypoint.sh
M docker-entrypoint.sh

Log Message:
---
Merge #381 - Fix issue port 80- range when using APACHE_PORT

Pull-request: #381

Commit: 83bd66d27f0a0b9f087f0d9b2e8f17ba4bd43179
https://github.com/phpmyadmin/docker/commit/83bd66d27f0a0b9f087f0d9b2e8f17ba4bd43179
Author: William Desportes 
Date: 2022-11-25 (Fri, 11 November 2022) +01:00

Changed paths: 
M apache/config.inc.php
M fpm-alpine/config.inc.php
M fpm/config.inc.php

Log Message:
---
Update config.inc.php files

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 010de9: Update GitHub Actions to use new bashbrew action

2022-11-17 Thread Tianon Gravi
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 010de91f3ca55c5bee292f5e388e33b5d9094995
https://github.com/phpmyadmin/docker/commit/010de91f3ca55c5bee292f5e388e33b5d9094995
Author: Tianon Gravi 
Date: 2022-11-17 (Thu, 11 November 2022) -08:00

Changed paths: 
M .github/workflows/ci.yml

Log Message:
---
Update GitHub Actions to use new bashbrew action

This should fix errors that the old code would've run into thanks to the update 
to Go 1.18, and should help prevent them in the future by pinning to a specific 
release of both Bashbrew and the related scripts.

Commit: 908e79d24681a252d364ecdc0ef90558e1f10d90
https://github.com/phpmyadmin/docker/commit/908e79d24681a252d364ecdc0ef90558e1f10d90
Author: William Desportes 
Date: 2022-11-17 (Thu, 11 November 2022) +01:00

Changed paths: 
M .github/workflows/ci.yml

Log Message:
---
Merge #389 - Use GitHub Actions to use the new bashbrew action

Pull-request: #389

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] aa6481: Allowing different apache ports

2022-06-19 Thread Devin Matte
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: aa6481613dfa0c985e9dffd1c8a2273e33757cda
https://github.com/phpmyadmin/docker/commit/aa6481613dfa0c985e9dffd1c8a2273e33757cda
Author: Devin Matte 
Date: 2022-06-10 (Fri, 06 June 2022) -04:00

Changed paths: 
M README.md
M apache/docker-entrypoint.sh
M docker-entrypoint.sh

Log Message:
---
Allowing different apache ports

Commit: 3c16423f78fb73ebf26c406d68ae027bfcd18424
https://github.com/phpmyadmin/docker/commit/3c16423f78fb73ebf26c406d68ae027bfcd18424
Author: William Desportes 
Date: 2022-06-20 (Mon, 06 June 2022) +02:00

Changed paths: 
A testing/docker-compose/docker-compose.testing-different-apache-port.yml
M .github/workflows/run-tests.yml
M Makefile
M testing/Dockerfile
M testing/test-docker.sh

Log Message:
---
Ref #369 - Add tests for a different Apache2 port

Commit: fee52fdd0bd2b0e72624950641f7f07eccce6c0d
https://github.com/phpmyadmin/docker/commit/fee52fdd0bd2b0e72624950641f7f07eccce6c0d
Author: William Desportes 
Date: 2022-06-20 (Mon, 06 June 2022) +02:00

Changed paths: 
M README.md
M apache/docker-entrypoint.sh
M docker-entrypoint.sh

Log Message:
---
Merge #369 - Allow a different Apache port with APACHE_PORT

Pull-request: #369
Fixes: #340
Ref: #187

Commit: 5ab888d0d484293b236fabea1ccfd062e72d902a
https://github.com/phpmyadmin/docker/commit/5ab888d0d484293b236fabea1ccfd062e72d902a
Author: William Desportes 
Date: 2022-06-20 (Mon, 06 June 2022) +02:00

Changed paths: 
M docker-entrypoint.sh
M update.sh

Log Message:
---
Ref #369 - Remove apache specific settings from non apache entrypoints

Commit: b936b8ebd118cddaab53da31266dc016d70b43fe
https://github.com/phpmyadmin/docker/commit/b936b8ebd118cddaab53da31266dc016d70b43fe
Author: William Desportes 
Date: 2022-06-20 (Mon, 06 June 2022) +02:00

Changed paths: 
M apache/docker-entrypoint.sh
M fpm-alpine/docker-entrypoint.sh
M fpm/docker-entrypoint.sh

Log Message:
---
Ref #369 - Update files using ./update.sh

Commit: 095161cdb16cc7e3e8d46e8ce4df6e44e7ac3171
https://github.com/phpmyadmin/docker/commit/095161cdb16cc7e3e8d46e8ce4df6e44e7ac3171
Author: William Desportes 
Date: 2022-06-20 (Mon, 06 June 2022) +02:00

Changed paths: 
M Makefile

Log Message:
---
Implement test cleanup

Commit: 8b33eefd5327ce93d1bdd46109db045afa6d03f1
https://github.com/phpmyadmin/docker/commit/8b33eefd5327ce93d1bdd46109db045afa6d03f1
Author: William Desportes 
Date: 2022-06-20 (Mon, 06 June 2022) +02:00

Changed paths: 
M Makefile

Log Message:
---
Add project name for test runs

Commit: 9b6fb4229f228434a906992959bae323058b13bb
https://github.com/phpmyadmin/docker/commit/9b6fb4229f228434a906992959bae323058b13bb
Author: William Desportes 
Date: 2022-06-20 (Mon, 06 June 2022) +02:00

Changed paths: 
M testing/docker-compose/docker-compose.testing-default.yml
M testing/docker-compose/docker-compose.testing-different-apache-port.yml
M testing/docker-compose/docker-compose.testing-one-host.yml

Log Message:
---
Stop using container names

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] b057ee: Update to 5.2.0 release

2022-05-11 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: b057ee3d899f98c871f16bdd112ffa411d8ef6ff
https://github.com/phpmyadmin/docker/commit/b057ee3d899f98c871f16bdd112ffa411d8ef6ff
Author: Isaac Bennetch 
Date: 2022-05-11 (Wed, 05 May 2022) -04:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Update to 5.2.0 release

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 90bc75: Version 5.1.4

2022-05-11 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 90bc75ac9257e9c144e254f996987fdaeb72475d
https://github.com/phpmyadmin/docker/commit/90bc75ac9257e9c144e254f996987fdaeb72475d
Author: Isaac Bennetch 
Date: 2022-05-11 (Wed, 05 May 2022) -04:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Version 5.1.4

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 026ddf: Fix incorrect image tag name in README.md

2022-02-11 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 026ddf5c119df6e87abd5ea19976b3baa3d8ed81
https://github.com/phpmyadmin/docker/commit/026ddf5c119df6e87abd5ea19976b3baa3d8ed81
Author: Isaac Bennetch 
Date: 2022-02-11 (Fri, 02 February 2022) -05:00

Changed paths: 
M README.md

Log Message:
---
Fix incorrect image tag name in README.md

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 2b79d7: Update to 5.1.3 release

2022-02-11 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 2b79d7100216ec96d18e0b89508a48fa89c11dd8
https://github.com/phpmyadmin/docker/commit/2b79d7100216ec96d18e0b89508a48fa89c11dd8
Author: Isaac Bennetch 
Date: 2022-02-11 (Fri, 02 February 2022) -05:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Update to 5.1.3 release

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 4dd05d: Update to 5.1.2 release

2022-01-21 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 4dd05de348925e3df5f1878b60f39333dee0546d
https://github.com/phpmyadmin/docker/commit/4dd05de348925e3df5f1878b60f39333dee0546d
Author: Isaac Bennetch 
Date: 2022-01-21 (Fri, 01 January 2022) -05:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Update to 5.1.2 release

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 7c2853: Fix #325 - Upgrade to PHP 8

2021-08-23 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 7c28533a32a4a1bc4b932ac741e0334d7511e82e
https://github.com/phpmyadmin/docker/commit/7c28533a32a4a1bc4b932ac741e0334d7511e82e
Author: William Desportes 
Date: 2021-08-23 (Mon, 08 August 2021) +02:00

Changed paths: 
M CHANGELOG.md
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Fix #325 - Upgrade to PHP 8

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 030928: Fix #345 - Add back composer.json and remove non needed source files

2021-08-23 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 030928a01e4ffa6b2b52ebebd07de30b38c93caf
https://github.com/phpmyadmin/docker/commit/030928a01e4ffa6b2b52ebebd07de30b38c93caf
Author: William Desportes 
Date: 2021-08-23 (Mon, 08 August 2021) +02:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Fix #345 - Add back composer.json and remove non needed source files

Commit: 056d2b51fd8856b2f032fec9d2bc78764793e9b5
https://github.com/phpmyadmin/docker/commit/056d2b51fd8856b2f032fec9d2bc78764793e9b5
Author: William Desportes 
Date: 2021-08-23 (Mon, 08 August 2021) +02:00

Changed paths: 
A CHANGELOG.md

Log Message:
---
Write CHANGELOG entries since 4.9.2

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] a73a82: Change the tags list link to the official image

2021-08-12 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: a73a82a79055a49a407336ed69c4ea1967f263e6
https://github.com/phpmyadmin/docker/commit/a73a82a79055a49a407336ed69c4ea1967f263e6
Author: William Desportes 
Date: 2021-08-13 (Fri, 08 August 2021) +02:00

Changed paths: 
M README.md

Log Message:
---
Change the tags list link to the official image

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 0f4250: Move test section to the end

2021-08-12 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 0f4250dc7f47726719c50f386a1c513f8663d08e
https://github.com/phpmyadmin/docker/commit/0f4250dc7f47726719c50f386a1c513f8663d08e
Author: William Desportes 
Date: 2021-08-13 (Fri, 08 August 2021) +02:00

Changed paths: 
M README.md

Log Message:
---
Move test section to the end

I bet most users to not care about it

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 165537: Remove microbadger, it has shutdown

2021-08-12 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 1655371fb0c9059a1933ec25da05454ab5af0858
https://github.com/phpmyadmin/docker/commit/1655371fb0c9059a1933ec25da05454ab5af0858
Author: William Desportes 
Date: 2021-08-13 (Fri, 08 August 2021) +02:00

Changed paths: 
M README.md

Log Message:
---
Remove microbadger, it has shutdown

Commit: 886f7ae6e39a9f0d130e1b960f88581d0a13d14b
https://github.com/phpmyadmin/docker/commit/886f7ae6e39a9f0d130e1b960f88581d0a13d14b
Author: William Desportes 
Date: 2021-08-13 (Fri, 08 August 2021) +02:00

Changed paths: 
M README.md

Log Message:
---
Fix yaml format fence on the README

Commit: 17b7a91289ddd554f38334da32dec325017d0713
https://github.com/phpmyadmin/docker/commit/17b7a91289ddd554f38334da32dec325017d0713
Author: William Desportes 
Date: 2021-08-13 (Fri, 08 August 2021) +02:00

Changed paths: 
M README.md

Log Message:
---
Add a warning and example on the README

Ref: #338
Ref: #342

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 60c187: Add some format details from the PHP FAQ

2021-08-12 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 60c187d10dea3706a8309321a9e578b1c26efb6a
https://github.com/phpmyadmin/docker/commit/60c187d10dea3706a8309321a9e578b1c26efb6a
Author: William Desportes 
Date: 2021-08-13 (Fri, 08 August 2021) +02:00

Changed paths: 
M README.md

Log Message:
---
Add some format details from the PHP FAQ

Closes: #328

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 12e6fd: GPG: Fix GPG keyservers

2021-08-12 Thread Daniel Rudolf
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 12e6fdf738ee280abc4aa94238f5f3ca17b2e199
https://github.com/phpmyadmin/docker/commit/12e6fdf738ee280abc4aa94238f5f3ca17b2e199
Author: Daniel Rudolf 
Date: 2021-08-11 (Wed, 08 August 2021) +02:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
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 

Commit: e8ade8e3b1eb9d21fd2562ef5fcb35428948fb34
https://github.com/phpmyadmin/docker/commit/e8ade8e3b1eb9d21fd2562ef5fcb35428948fb34
Author: Daniel Rudolf 
Date: 2021-08-11 (Wed, 08 August 2021) +02:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Follow-up: GPG: Fix GPG keyservers

Signed-off-by: Daniel Rudolf 

Commit: 3dafd123f885d91024eff1bb35717f942499369c
https://github.com/phpmyadmin/docker/commit/3dafd123f885d91024eff1bb35717f942499369c
Author: William Desportes 
Date: 2021-08-13 (Fri, 08 August 2021) +02:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Merge #341 - Fix GPG keyservers

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 935605: Update to 5.1.1 release

2021-06-03 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 935605b8d0a4e8632c1b63fbba4967b22c1a5a15
https://github.com/phpmyadmin/docker/commit/935605b8d0a4e8632c1b63fbba4967b22c1a5a15
Author: Isaac Bennetch 
Date: 2021-06-04 (Fri, 06 June 2021) -04:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Update to 5.1.1 release

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 4482d4: Improve documentation

2021-03-17 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 4482d47ca7f5093121ad634fc6e21865dcf03ffb
https://github.com/phpmyadmin/docker/commit/4482d47ca7f5093121ad634fc6e21865dcf03ffb
Author: Isaac Bennetch 
Date: 2021-03-17 (Wed, 03 March 2021) -04:00

Changed paths: 
M README.md

Log Message:
---
Improve documentation

Add some missing information, fix typos, restructure, and improve
readability

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 3d8c2b: Update to 5.1.0 release

2021-02-23 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 3d8c2ba403fa091a19c6f16762d50663e57f8969
https://github.com/phpmyadmin/docker/commit/3d8c2ba403fa091a19c6f16762d50663e57f8969
Author: Isaac Bennetch 
Date: 2021-02-24 (Wed, 02 February 2021) -05:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Update to 5.1.0 release

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] bd7de1: Add MEMORY_LIMIT to allowed ENV names

2021-02-01 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: bd7de176315049e4b226b377a361f4e05b2e4cd9
https://github.com/phpmyadmin/docker/commit/bd7de176315049e4b226b377a361f4e05b2e4cd9
Author: William Desportes 
Date: 2021-02-02 (Tue, 02 February 2021) +01:00

Changed paths: 
M apache/config.inc.php
M config.inc.php
M fpm-alpine/config.inc.php
M fpm/config.inc.php

Log Message:
---
Add MEMORY_LIMIT to allowed ENV names

Added in #320
See: https://github.com/docker-library/official-images/pull/9426

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] b0beab: Add back HIDE_PHP_VERSION to Docker hub readme

2021-02-01 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: b0beabb4edfaf283498d27d0d7c265ffba9b193d
https://github.com/phpmyadmin/docker/commit/b0beabb4edfaf283498d27d0d7c265ffba9b193d
Author: William Desportes 
Date: 2021-02-02 (Tue, 02 February 2021) +01:00

Changed paths: 
M README.md

Log Message:
---
Add back HIDE_PHP_VERSION to Docker hub readme

Removed in #320 by mistake
See: https://github.com/docker-library/official-images/pull/9426

Commit: 49a7e0fba724136b9ba8c1a20371f8f4993b982f
https://github.com/phpmyadmin/docker/commit/49a7e0fba724136b9ba8c1a20371f8f4993b982f
Author: William Desportes 
Date: 2021-02-02 (Tue, 02 February 2021) +01:00

Changed paths: 
M apache/config.inc.php
M config.inc.php
M fpm-alpine/config.inc.php
M fpm/config.inc.php

Log Message:
---
Make the new MEMORY_LIMIT ENV work for phpMyAdmin configs

Added in #320
See: https://github.com/docker-library/official-images/pull/9426

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 1a7be4: Fix PMA_QUERYHISTORYMAX ENV in config.inc.php

2021-02-01 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 1a7be47268e0e349b1c6189e0eed8c0167baf480
https://github.com/phpmyadmin/docker/commit/1a7be47268e0e349b1c6189e0eed8c0167baf480
Author: William Desportes 
Date: 2021-02-01 (Mon, 02 February 2021) +01:00

Changed paths: 
M apache/config.inc.php
M config.inc.php
M fpm-alpine/config.inc.php
M fpm/config.inc.php

Log Message:
---
Fix PMA_QUERYHISTORYMAX ENV in config.inc.php

See: https://github.com/docker-library/official-images/pull/9426

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] e1bfab: Generate phpmyadmin-misc.ini from ENVs

2021-01-30 Thread J0WI via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: e1bfab55838d9365c9b6937c21e9899382a95575
https://github.com/phpmyadmin/docker/commit/e1bfab55838d9365c9b6937c21e9899382a95575
Author: J0WI 
Date: 2021-01-30 (Sat, 01 January 2021) +01:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M README.md
M apache/Dockerfile
M apache/docker-entrypoint.sh
M docker-entrypoint.sh
M fpm-alpine/Dockerfile
M fpm-alpine/docker-entrypoint.sh
M fpm/Dockerfile
M fpm/docker-entrypoint.sh

Log Message:
---
Generate phpmyadmin-misc.ini from ENVs

Commit: d6ab5de683833d2f9df5d0f56cc7d09d6dbf3a43
https://github.com/phpmyadmin/docker/commit/d6ab5de683833d2f9df5d0f56cc7d09d6dbf3a43
Author: William Desportes 
Date: 2021-01-30 (Sat, 01 January 2021) +01:00

Changed paths: 
M testing/phpmyadmin_test.py

Log Message:
---
Add a missed assertion on max_execution_time

Commit: 8dc7e66decdb3e7731a07fd7c66db91f218bd298
https://github.com/phpmyadmin/docker/commit/8dc7e66decdb3e7731a07fd7c66db91f218bd298
Author: William Desportes 
Date: 2021-01-30 (Sat, 01 January 2021) +01:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M README.md
M apache/Dockerfile
M apache/docker-entrypoint.sh
M docker-entrypoint.sh
M fpm-alpine/Dockerfile
M fpm-alpine/docker-entrypoint.sh
M fpm/Dockerfile
M fpm/docker-entrypoint.sh
M testing/phpmyadmin_test.py

Log Message:
---
Merge #320 - Generate phpmyadmin-misc.ini from ENVs

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] d0f71f: Add PMA_CONTROLPASS to variables thas can be read from a file using _FILE

2021-01-29 Thread nicolas.clementz
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: d0f71fbf3b40dd02b26d87932c63c307aacb6141
https://github.com/phpmyadmin/docker/commit/d0f71fbf3b40dd02b26d87932c63c307aacb6141
Author: nicolas.clementz 
Date: 2021-01-28 (Thu, 01 January 2021) +11:00

Changed paths: 
M docker-entrypoint.sh

Log Message:
---
Add PMA_CONTROLPASS to variables thas can be read from a file using _FILE

Commit: 4e6ed4b275829743e0cccd6010ecb3c6fc1b0862
https://github.com/phpmyadmin/docker/commit/4e6ed4b275829743e0cccd6010ecb3c6fc1b0862
Author: William Desportes 
Date: 2021-01-28 (Thu, 01 January 2021) +01:00

Changed paths: 
M .github/workflows/ci.yml

Log Message:
---
Update actions/checkout to v2

Commit: 5d45c24548b905333f1bf3ac6565615e0b7d4837
https://github.com/phpmyadmin/docker/commit/5d45c24548b905333f1bf3ac6565615e0b7d4837
Author: William Desportes 
Date: 2021-01-28 (Thu, 01 January 2021) +01:00

Changed paths: 
M apache/docker-entrypoint.sh
M fpm-alpine/docker-entrypoint.sh
M fpm/docker-entrypoint.sh

Log Message:
---
Update different versions to add PMA_CONTROLPASS

Commit: 508c9b991cc348e16758eb2d231a04487044f926
https://github.com/phpmyadmin/docker/commit/508c9b991cc348e16758eb2d231a04487044f926
Author: William Desportes 
Date: 2021-01-28 (Thu, 01 January 2021) +01:00

Changed paths: 
M README.md

Log Message:
---
Add PMA_CONTROLPASS to the README file

Commit: a4dd0817f0ef8ebf1a716a9945f0592c701222f3
https://github.com/phpmyadmin/docker/commit/a4dd0817f0ef8ebf1a716a9945f0592c701222f3
Author: William Desportes 
Date: 2021-01-28 (Thu, 01 January 2021) +01:00

Changed paths: 
M testing/phpmyadmin_test.py

Log Message:
---
Add a test for PMA_CONTROLPASS secret file

Commit: 568e5ed308d0aab191c2baf8908fc3582872eaae
https://github.com/phpmyadmin/docker/commit/568e5ed308d0aab191c2baf8908fc3582872eaae
Author: William Desportes 
Date: 2021-01-29 (Fri, 01 January 2021) +01:00

Changed paths: 
M .travis.yml
M docker-compose.testing.yml

Log Message:
---
Use healthcheck strategy for running tests

Commit: 71627ad719a288ae5b6551383913541118755d35
https://github.com/phpmyadmin/docker/commit/71627ad719a288ae5b6551383913541118755d35
Author: William Desportes 
Date: 2021-01-29 (Fri, 01 January 2021) +01:00

Changed paths: 
A .github/workflows/run-tests.yml
M docker-compose.testing.yml
M testing/Dockerfile
M testing/conftest.py
M testing/phpmyadmin_test.py
M testing/test-docker.sh
D testing/test-mariadb.ini
D testing/test.ini

Log Message:
---
Re-work the testing scripts

Commit: 56fbf97a9581d9c086334d29c26acacc1c0ec488
https://github.com/phpmyadmin/docker/commit/56fbf97a9581d9c086334d29c26acacc1c0ec488
Author: William Desportes 
Date: 2021-01-29 (Fri, 01 January 2021) +01:00

Changed paths: 
A testing/config.user.inc.php
M docker-compose.testing.yml
M testing/phpmyadmin_test.py

Log Message:
---
Add more tests for UPLOAD_LIMIT

Commit: d91c4ba999c189353624401bb52a4716123cfa06
https://github.com/phpmyadmin/docker/commit/d91c4ba999c189353624401bb52a4716123cfa06
Author: William Desportes 
Date: 2021-01-29 (Fri, 01 January 2021) +01:00

Changed paths: 
D .travis.yml
D docker-compose.db.yml

Log Message:
---
Clean old CI files

Commit: d7b3994b3ae43932e08688503b7cf8ca616bfc9c
https://github.com/phpmyadmin/docker/commit/d7b3994b3ae43932e08688503b7cf8ca616bfc9c
Author: William Desportes 
Date: 2021-01-29 (Fri, 01 January 2021) +01:00

Changed paths: 
A docker-compose.testing-one-host.yml
M .github/workflows/run-tests.yml
M docker-compose.testing.yml
M testing/test-docker.sh

Log Message:
---
Add a test for PMA_HOST

Commit: 4537d1869c86966b72e29c97f7ed282c97dbf1cb
https://github.com/phpmyadmin/docker/commit/4537d1869c86966b72e29c97f7ed282c97dbf1cb
Author: William Desportes 
Date: 2021-01-29 (Fri, 01 January 2021) +01:00

Changed paths: 
A .github/workflows/run-tests.yml
A docker-compose.testing-one-host.yml
A testing/config.user.inc.php
M .github/workflows/ci.yml
M docker-compose.testing.yml
M testing/Dockerfile
M testing/conftest.py
M testing/phpmyadmin_test.py
M testing/test-docker.sh
D .travis.yml
D docker-compose.db.yml
D testing/test-mariadb.ini
D testing/test.ini

Log Message:
---
Merge #323 - Re work the test system

Commit: 3ba3be3492e35be402e275f51d2915fec35455c7
https://github.com/phpmyadmin/docker/commit/3ba3be3492e35be402e275f51d2915fec35455c7
Author: William Desportes 
Date: 2021-01-29 (Fri, 01 January 2021) +01:00

Changed paths: 
M README.md
M apache/docker-entrypoint.sh
M docker-entrypoint.sh
M fpm-alpine/docker-entrypoint.sh
M fpm/docker-entrypoint.sh
M testing/phpmyadmin_test.py

Log Message:
---
Merge #322 - Add PMA_CONTROLPASS

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 9322b7: Update config.inc.php

2020-12-31 Thread w3goodies
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 9322b7afdf32809b52305ef616aa9f3a0ea0c164
https://github.com/phpmyadmin/docker/commit/9322b7afdf32809b52305ef616aa9f3a0ea0c164
Author: w3goodies 
Date: 2020-12-31 (Thu, 12 December 2020) +03:00

Changed paths: 
M fpm/config.inc.php

Log Message:
---
Update config.inc.php

PMA_QUERYHISTORYMAX is integer value. Using boolval on it will either result in 
1 or 0 for max query history.

Commit: a66e868fd007faae55bf8ccc30d143e59759de0b
https://github.com/phpmyadmin/docker/commit/a66e868fd007faae55bf8ccc30d143e59759de0b
Author: William Desportes 
Date: 2020-12-31 (Thu, 12 December 2020) +01:00

Changed paths: 
M apache/config.inc.php
M config.inc.php
M fpm-alpine/config.inc.php
M fpm/config.inc.php

Log Message:
---
Merge #317 - Fix #309 QueryHistoryMax is an int

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] b2edf5: Grammar fixes

2020-12-26 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: b2edf5d8fdc271e0033dbd03edf31ee3e7acf22d
https://github.com/phpmyadmin/docker/commit/b2edf5d8fdc271e0033dbd03edf31ee3e7acf22d
Author: Isaac Bennetch 
Date: 2020-12-26 (Sat, 12 December 2020) +01:00

Changed paths: 
M README.md

Log Message:
---
Grammar fixes

Signed-off-by: Isaac Bennetch 

Commit: 00ad857703d3d20066d33c0c0e68a95e985be97e
https://github.com/phpmyadmin/docker/commit/00ad857703d3d20066d33c0c0e68a95e985be97e
Author: Isaac Bennetch 
Date: 2020-12-26 (Sat, 12 December 2020) +01:00

Changed paths: 
M README.md

Log Message:
---
Document more ENV variables that were added with 
https://github.com/phpmyadmin/docker/pull/152/

Related to 85198de04f2105344a7cc5a4c901b6a2cec2b35a and 
93e2be73ecfb9b93f4473f3aa5a71052b4de5d11

Fixes #151

Signed-off-by: Isaac Bennetch 

Commit: 76b8d2969587fbe28c365ab8e5b5c5aa98203401
https://github.com/phpmyadmin/docker/commit/76b8d2969587fbe28c365ab8e5b5c5aa98203401
Author: William Desportes 
Date: 2020-12-26 (Sat, 12 December 2020) +01:00

Changed paths: 
M README.md

Log Message:
---
Improvements and document #309

Commit: d6da7ca981758bde95d7c11646717ecc85737a81
https://github.com/phpmyadmin/docker/commit/d6da7ca981758bde95d7c11646717ecc85737a81
Author: William Desportes 
Date: 2020-12-26 (Sat, 12 December 2020) +01:00

Changed paths: 
M README.md

Log Message:
---
Wording improvement

Commit: 022513398127bd7f09ac3bd7407f4034bbde3c0e
https://github.com/phpmyadmin/docker/commit/022513398127bd7f09ac3bd7407f4034bbde3c0e
Author: William Desportes 
Date: 2020-12-26 (Sat, 12 December 2020) +01:00

Changed paths: 
M README.md

Log Message:
---
Merge #292 - Documentation fixes

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 5e1ea1: Add PMA_QUERYHISTORYMAX config parameter

2020-12-26 Thread Samuel Denis-D'Ortun
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 5e1ea116781dd517621f46dd209fef671bca23dd
https://github.com/phpmyadmin/docker/commit/5e1ea116781dd517621f46dd209fef671bca23dd
Author: Samuel Denis-D'Ortun 
Date: 2020-10-16 (Fri, 10 October 2020) -04:00

Changed paths: 
M config.inc.php

Log Message:
---
Add PMA_QUERYHISTORYMAX config parameter

Commit: a3a4c4e0fdb9db919f0cbfe7389768a3057a8057
https://github.com/phpmyadmin/docker/commit/a3a4c4e0fdb9db919f0cbfe7389768a3057a8057
Author: Dennis Paul 
Date: 2020-12-26 (Sat, 12 December 2020) +01:00

Changed paths: 
M README.md
M apache/config.inc.php
M apache/docker-entrypoint.sh
M config.inc.php
M docker-entrypoint.sh
M fpm-alpine/config.inc.php
M fpm-alpine/docker-entrypoint.sh
M fpm/config.inc.php
M fpm/docker-entrypoint.sh

Log Message:
---
[+] ENV MAX_EXECUTION_TIME

Commit: a2b0f3a5c0c27d88c143ae110b88672af5c7a67d
https://github.com/phpmyadmin/docker/commit/a2b0f3a5c0c27d88c143ae110b88672af5c7a67d
Author: William Desportes 
Date: 2020-12-26 (Sat, 12 December 2020) +01:00

Changed paths: 
M apache/config.inc.php
M config.inc.php
M fpm-alpine/config.inc.php
M fpm/config.inc.php

Log Message:
---
Merge #309 - Add PMA_QUERYHISTORYMAX config parameter

Commit: 4b1fe4dc6f7d12e150122616abb7af68ed81951b
https://github.com/phpmyadmin/docker/commit/4b1fe4dc6f7d12e150122616abb7af68ed81951b
Author: William Desportes 
Date: 2020-12-26 (Sat, 12 December 2020) +01:00

Changed paths: 
M README.md
M apache/config.inc.php
M apache/docker-entrypoint.sh
M config.inc.php
M docker-entrypoint.sh
M fpm-alpine/config.inc.php
M fpm-alpine/docker-entrypoint.sh
M fpm/config.inc.php
M fpm/docker-entrypoint.sh

Log Message:
---
Merge #314 - Add the possibility to change max_execution_time

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 06cc93: #313 - Drop Build Images from TravisCI

2020-12-26 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 06cc93a97235505c7e65cffc15033137e3446727
https://github.com/phpmyadmin/docker/commit/06cc93a97235505c7e65cffc15033137e3446727
Author: William Desportes 
Date: 2020-12-26 (Sat, 12 December 2020) +01:00

Changed paths: 
M .travis.yml

Log Message:
---
#313 - Drop Build Images from TravisCI

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] af6cdc: add 'max_input_vars = 10000' to phpmyadmin_misc.ini

2020-12-26 Thread slavik
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: af6cdca3b6264529c46c4e6f365c4b3312c5a93e
https://github.com/phpmyadmin/docker/commit/af6cdca3b6264529c46c4e6f365c4b3312c5a93e
Author: slavik 
Date: 2020-09-24 (Thu, 09 September 2020) -07:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
add 'max_input_vars = 1' to phpmyadmin_misc.ini

Commit: a8ab7d86e7908f78bf2181dadb92d83cda178552
https://github.com/phpmyadmin/docker/commit/a8ab7d86e7908f78bf2181dadb92d83cda178552
Author: J0WI 
Date: 2020-11-06 (Fri, 11 November 2020) +01:00

Changed paths: 
A .github/workflows/ci.yml
M README.md

Log Message:
---
Add GitHub CI

Commit: 1465223b65c0169ddf14658bf52ecc1fec15e463
https://github.com/phpmyadmin/docker/commit/1465223b65c0169ddf14658bf52ecc1fec15e463
Author: William Desportes 
Date: 2020-12-26 (Sat, 12 December 2020) +01:00

Changed paths: 
M README.md

Log Message:
---
Improve the README.md

Commit: 7e3ee4e83c64d9dfd029a5d20c40e3122885b06a
https://github.com/phpmyadmin/docker/commit/7e3ee4e83c64d9dfd029a5d20c40e3122885b06a
Author: William Desportes 
Date: 2020-12-26 (Sat, 12 December 2020) +01:00

Changed paths: 
A .github/workflows/ci.yml
M README.md

Log Message:
---
Merge #313 - Add GitHub CI

Commit: 7f5e91546b93decc6ef63e19e7627bc6eeaa89b5
https://github.com/phpmyadmin/docker/commit/7f5e91546b93decc6ef63e19e7627bc6eeaa89b5
Author: William Desportes 
Date: 2020-12-26 (Sat, 12 December 2020) +01:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Merge #305 - Add 'max_input_vars = 1' to phpmyadmin_misc.ini

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] ba8ecc: Update to 4.9.7

2020-10-15 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: ba8ecc42f1ac7712ef552a02052ab61f482c1e2a
https://github.com/phpmyadmin/docker/commit/ba8ecc42f1ac7712ef552a02052ab61f482c1e2a
Author: Isaac Bennetch 
Date: 2020-10-15 (Thu, 10 October 2020) -04:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Update to 4.9.7

Signed-off-by: Isaac Bennetch 

Commit: 497becb0f24cfca454a08fea2f1851a5b149b943
https://github.com/phpmyadmin/docker/commit/497becb0f24cfca454a08fea2f1851a5b149b943
Author: Isaac Bennetch 
Date: 2020-10-15 (Thu, 10 October 2020) -04:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Update to 5.0.4

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 4f54fc: Release 4.9.6

2020-10-09 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 4f54fc3b460b16f4e8619dcb7cdada6a6cc2c782
https://github.com/phpmyadmin/docker/commit/4f54fc3b460b16f4e8619dcb7cdada6a6cc2c782
Author: Isaac Bennetch 
Date: 2020-10-10 (Sat, 10 October 2020) -04:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Release 4.9.6

Signed-off-by: Isaac Bennetch 

Commit: 3b0375d81189d4f466ea55be2f0a08395388edd3
https://github.com/phpmyadmin/docker/commit/3b0375d81189d4f466ea55be2f0a08395388edd3
Author: Isaac Bennetch 
Date: 2020-10-10 (Sat, 10 October 2020) -04:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Release 5.0.3

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 6e3aeb: Update generate-stackbrew-library.sh

2020-09-03 Thread J0WI
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 6e3aeb3adf9b385844744a86c829c9e269540da7
https://github.com/phpmyadmin/docker/commit/6e3aeb3adf9b385844744a86c829c9e269540da7
Author: J0WI 
Date: 2020-05-16 (Sat, 05 May 2020) +02:00

Changed paths: 
M generate-stackbrew-library.sh

Log Message:
---
Update generate-stackbrew-library.sh

Commit: e3b575ca8eeb495a376e2ae61812e37424f6805f
https://github.com/phpmyadmin/docker/commit/e3b575ca8eeb495a376e2ae61812e37424f6805f
Author: Thomas Dutrion 
Date: 2020-09-03 (Thu, 09 September 2020) +02:00

Changed paths: 
M README.md

Log Message:
---
Fix docker hub tags page link

Fix Docker hub tags page link in README

Commit: ff56a56a29b5d60bdf776c312e5746dbbd571c4f
https://github.com/phpmyadmin/docker/commit/ff56a56a29b5d60bdf776c312e5746dbbd571c4f
Author: Thomas Dutrion 
Date: 2020-09-03 (Thu, 09 September 2020) +02:00

Changed paths: 
M README.md

Log Message:
---
Use the docker library path for tags page

Co-authored-by: William Desportes 

Commit: ad9f085601e0664cdc842bb0a87d8309ff941bce
https://github.com/phpmyadmin/docker/commit/ad9f085601e0664cdc842bb0a87d8309ff941bce
Author: William Desportes 
Date: 2020-09-03 (Thu, 09 September 2020) +02:00

Changed paths: 
M README.md

Log Message:
---
Merge #303 - Fix docker hub tags page link

Commit: 301a7c4d18e2166145075729d4c4e94fd72b04ed
https://github.com/phpmyadmin/docker/commit/301a7c4d18e2166145075729d4c4e94fd72b04ed
Author: William Desportes 
Date: 2020-09-03 (Thu, 09 September 2020) +02:00

Changed paths: 
M generate-stackbrew-library.sh

Log Message:
---
Merge #268 - Update generate-stackbrew-library.sh

Commit: 785cd48c4892a4748c0c629099c15b42570949d3
https://github.com/phpmyadmin/docker/commit/785cd48c4892a4748c0c629099c15b42570949d3
Author: William Desportes 
Date: 2020-09-03 (Thu, 09 September 2020) +02:00

Changed paths: 
M generate-stackbrew-library.sh

Log Message:
---
#268 - Add instructions to download bashbrew

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] d00506: Update paths to image

2020-09-01 Thread J0WI
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: d00506237d58daebe3b351ca912293e64e72c181
https://github.com/phpmyadmin/docker/commit/d00506237d58daebe3b351ca912293e64e72c181
Author: J0WI 
Date: 2020-08-30 (Sun, 08 August 2020) +02:00

Changed paths: 
M .travis.yml
M Makefile
M README.md
M docker-compose.yml
M testing/Dockerfile

Log Message:
---
Update paths to image

Commit: b9da1f2c54c739b49f06c58a3970389a12515446
https://github.com/phpmyadmin/docker/commit/b9da1f2c54c739b49f06c58a3970389a12515446
Author: William Desportes 
Date: 2020-08-31 (Mon, 08 August 2020) +02:00

Changed paths: 
M .travis.yml
M Makefile
M README.md
M docker-compose.yml
M testing/Dockerfile

Log Message:
---
Merge #301 - Update paths to image

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 39cec9: Use fences for pseudo regex example of #297

2020-07-31 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 39cec98bb53d9d04799e440b06c3c05cb9b01a7e
https://github.com/phpmyadmin/docker/commit/39cec98bb53d9d04799e440b06c3c05cb9b01a7e
Author: William Desportes 
Date: 2020-07-31 (Fri, 07 July 2020) +02:00

Changed paths: 
M README.md

Log Message:
---
Use fences for pseudo regex example of #297

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 76651f: Specify UPLOAD_LIMIT format

2020-07-31 Thread Thomas Decaux
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 76651f53b38f707cd45b1eedadd5d2c67af67125
https://github.com/phpmyadmin/docker/commit/76651f53b38f707cd45b1eedadd5d2c67af67125
Author: Thomas Decaux 
Date: 2020-07-31 (Fri, 07 July 2020) +02:00

Changed paths: 
M README.md

Log Message:
---
Specify UPLOAD_LIMIT format

Default value format "2048Kb" will not work with Apache !

Commit: 300ade5226e9e795a29cfb8bd3d65c22dd1e869c
https://github.com/phpmyadmin/docker/commit/300ade5226e9e795a29cfb8bd3d65c22dd1e869c
Author: William Desportes 
Date: 2020-07-31 (Fri, 07 July 2020) +02:00

Changed paths: 
M README.md

Log Message:
---
Merge #297 - Improve UPLOAD_LIMIT documentation

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] f464cf: Add SHA checksum

2020-06-01 Thread J0WI
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: f464cf5a67f8eae125d7f098892c03dcb5b9858b
https://github.com/phpmyadmin/docker/commit/f464cf5a67f8eae125d7f098892c03dcb5b9858b
Author: J0WI 
Date: 2020-05-08 (Fri, 05 May 2020) +02:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile
M update.sh

Log Message:
---
Add SHA checksum

Commit: 85a642d7b38bb824223ef3c4cfa6fc080d10acf3
https://github.com/phpmyadmin/docker/commit/85a642d7b38bb824223ef3c4cfa6fc080d10acf3
Author: William Desportes 
Date: 2020-06-01 (Mon, 06 June 2020) +02:00

Changed paths: 
M update.sh

Log Message:
---
Make sha256 fetching more strict

Signed-off-by: William Desportes 

Commit: 9d66e78f8a442fcdf3e8379eb23fd12e26110ee1
https://github.com/phpmyadmin/docker/commit/9d66e78f8a442fcdf3e8379eb23fd12e26110ee1
Author: William Desportes 
Date: 2020-06-01 (Mon, 06 June 2020) +02:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile
M update.sh

Log Message:
---
Merge #289 - Add SHA checksum when downloading a version

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 52d6fe: Use same "latest" procedure as in update.sh

2020-05-09 Thread J0WI
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 52d6fe4cafdb81b97c5ebb9cbf990456efe5eb9f
https://github.com/phpmyadmin/docker/commit/52d6fe4cafdb81b97c5ebb9cbf990456efe5eb9f
Author: J0WI 
Date: 2020-05-08 (Fri, 05 May 2020) +02:00

Changed paths: 
M generate-stackbrew-library.sh

Log Message:
---
Use same "latest" procedure as in update.sh

Commit: c0b2ac28f9599a7ab4a38f762e4c0ad68f3bf3a1
https://github.com/phpmyadmin/docker/commit/c0b2ac28f9599a7ab4a38f762e4c0ad68f3bf3a1
Author: William Desportes 
Date: 2020-05-09 (Sat, 05 May 2020) +02:00

Changed paths: 
M generate-stackbrew-library.sh

Log Message:
---
Merge #288 - Use same "latest" procedure as in update.sh

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] d1f2de: Revert 490df186e5255d27b481b153e9e6d1a2d3fb525e

2020-05-07 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: d1f2dea243e2efdbcc95d6bf4343db7457f9d1fa
https://github.com/phpmyadmin/docker/commit/d1f2dea243e2efdbcc95d6bf4343db7457f9d1fa
Author: William Desportes 
Date: 2020-05-07 (Thu, 05 May 2020) +02:00

Changed paths: 
M generate-stackbrew-library.sh

Log Message:
---
Revert 490df186e5255d27b481b153e9e6d1a2d3fb525e

This commit is no more needed because 27f6f7e5aecc56b3a7231be3fd416ba5278f2837 
fixed the tag process

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 490df1: Add each variant to the tag list

2020-05-07 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 490df186e5255d27b481b153e9e6d1a2d3fb525e
https://github.com/phpmyadmin/docker/commit/490df186e5255d27b481b153e9e6d1a2d3fb525e
Author: William Desportes 
Date: 2020-05-07 (Thu, 05 May 2020) +02:00

Changed paths: 
M generate-stackbrew-library.sh

Log Message:
---
Add each variant to the tag list

Signed-off-by: William Desportes 

Commit: 27f6f7e5aecc56b3a7231be3fd416ba5278f2837
https://github.com/phpmyadmin/docker/commit/27f6f7e5aecc56b3a7231be3fd416ba5278f2837
Author: William Desportes 
Date: 2020-05-07 (Thu, 05 May 2020) +02:00

Changed paths: 
M generate-stackbrew-library.sh

Log Message:
---
Fix parsing each revision on generate-stackbrew-library.sh

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 12d40a: Cleanup according to review

2020-05-07 Thread J0WI
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 12d40a03000b30840a196e1345ad108927f38a30
https://github.com/phpmyadmin/docker/commit/12d40a03000b30840a196e1345ad108927f38a30
Author: J0WI 
Date: 2020-05-07 (Thu, 05 May 2020) +02:00

Changed paths: 
M .travis.yml
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M apache/docker-entrypoint.sh
M docker-entrypoint.sh
M fpm-alpine/Dockerfile
M fpm-alpine/docker-entrypoint.sh
M fpm/Dockerfile
M fpm/docker-entrypoint.sh
M hooks/build

Log Message:
---
Cleanup according to review

Commit: d826f3a7218fde331dcdef7dc3a13c5ffc4c9e51
https://github.com/phpmyadmin/docker/commit/d826f3a7218fde331dcdef7dc3a13c5ffc4c9e51
Author: William Desportes 
Date: 2020-05-07 (Thu, 05 May 2020) +02:00

Changed paths: 
M .travis.yml
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M apache/docker-entrypoint.sh
M docker-entrypoint.sh
M fpm-alpine/Dockerfile
M fpm-alpine/docker-entrypoint.sh
M fpm/Dockerfile
M fpm/docker-entrypoint.sh
M hooks/build

Log Message:
---
Merge #286 - cleanup after review for #56

Partial revert of 6b63869f1c33fbacdc2b74ea2c3fdb0d0daa04b3

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 48f16c: Update files after #285

2020-04-18 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 48f16c0dde9d3f2e5bf5b7a2a68400ee46d8ac6d
https://github.com/phpmyadmin/docker/commit/48f16c0dde9d3f2e5bf5b7a2a68400ee46d8ac6d
Author: William Desportes 
Date: 2020-04-18 (Sat, 04 April 2020) +02:00

Changed paths: 
M apache/Dockerfile
M apache/docker-entrypoint.sh
M fpm-alpine/Dockerfile
M fpm-alpine/docker-entrypoint.sh
M fpm/Dockerfile
M fpm/docker-entrypoint.sh

Log Message:
---
Update files after #285

Ref: https://github.com/phpmyadmin/docker/pull/285#issuecomment-612213968

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 4d5c71: Extract downloaded files directly to web root /var/www/html/

2020-04-18 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 4d5c71ca6efbcc57ee66d91906d6fb748a6cc0fc
https://github.com/phpmyadmin/docker/commit/4d5c71ca6efbcc57ee66d91906d6fb748a6cc0fc
Author: Isaac Bennetch 
Date: 2020-04-10 (Fri, 04 April 2020) -04:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M docker-entrypoint.sh

Log Message:
---
Extract downloaded files directly to web root /var/www/html/

Fixes #277

Signed-off-by: Isaac Bennetch 

Commit: 0dbbe66eb3a7f35ed6ae93750b6f3a434b48beaa
https://github.com/phpmyadmin/docker/commit/0dbbe66eb3a7f35ed6ae93750b6f3a434b48beaa
Author: Isaac Bennetch 
Date: 2020-04-18 (Sat, 04 April 2020) -04:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M docker-entrypoint.sh

Log Message:
---
Merge pull request #285 from ibennetch/webroot

Extract downloaded files directly to web root /var/www/html/

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 6c9a35: Release 5.0.2

2020-03-20 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 6c9a35dc6ed3c5d889e761d2b96ecd030271d9af
https://github.com/phpmyadmin/docker/commit/6c9a35dc6ed3c5d889e761d2b96ecd030271d9af
Author: Isaac Bennetch 
Date: 2020-03-21 (Sat, 03 March 2020) -04:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Release 5.0.2

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 6b6386: Add org.opencontainers.image.* labels

2020-03-17 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 6b63869f1c33fbacdc2b74ea2c3fdb0d0daa04b3
https://github.com/phpmyadmin/docker/commit/6b63869f1c33fbacdc2b74ea2c3fdb0d0daa04b3
Author: William Desportes 
Date: 2020-03-17 (Tue, 03 March 2020) +01:00

Changed paths: 
A hooks/build
M .travis.yml
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Add org.opencontainers.image.* labels

Licence: https://github.com/phpmyadmin/phpmyadmin/blob/master/composer.json

Commit: 26be7daa0c47b691eeed9d56c3b873090e40bcd7
https://github.com/phpmyadmin/docker/commit/26be7daa0c47b691eeed9d56c3b873090e40bcd7
Author: William Desportes 
Date: 2020-03-17 (Tue, 03 March 2020) +01:00

Changed paths: 
A hooks/build
M .travis.yml
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Merge #275 - add some org.opencontainers.image.* labels

Pull-request: #275

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 6cd68f: Fix generate-stackbrew-library.sh Maintainers format

2020-01-16 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 6cd68f96476dce59cbefbb498190e4b272664491
https://github.com/phpmyadmin/docker/commit/6cd68f96476dce59cbefbb498190e4b272664491
Author: William Desportes 
Date: 2020-01-16 (Thu, 01 January 2020) +01:00

Changed paths: 
M generate-stackbrew-library.sh

Log Message:
---
Fix generate-stackbrew-library.sh Maintainers format

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 48f555: Maintainer replacement

2020-01-16 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 48f555eb3dc7feaac31a92eb48a71790a3e2d5b3
https://github.com/phpmyadmin/docker/commit/48f555eb3dc7feaac31a92eb48a71790a3e2d5b3
Author: William Desportes 
Date: 2020-01-16 (Thu, 01 January 2020) +01:00

Changed paths: 
M generate-stackbrew-library.sh

Log Message:
---
Maintainer replacement

I put my name here because Michal Čihař resigned from phpMyAdmin
https://blog.cihar.com/archives/2019/05/29/spring-cleanup/
I hope this change is okay :)
[ci skip]
Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 30fea9: Add version 4.9.4

2020-01-07 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 30fea9d2f4f49ef5d9bc96c6703f5b1076aa7354
https://github.com/phpmyadmin/docker/commit/30fea9d2f4f49ef5d9bc96c6703f5b1076aa7354
Author: Isaac Bennetch 
Date: 2020-01-07 (Tue, 01 January 2020) -05:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Add version 4.9.4

Signed-off-by: Isaac Bennetch 

Commit: 8c9962be4f386c988d299146208f4e30b7c42457
https://github.com/phpmyadmin/docker/commit/8c9962be4f386c988d299146208f4e30b7c42457
Author: Isaac Bennetch 
Date: 2020-01-07 (Tue, 01 January 2020) -05:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Release 5.0.1

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] c850d7: Release 5.0.1

2020-01-07 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: c850d7ece98113712dc3b9d70d89c2e91ce17421
https://github.com/phpmyadmin/docker/commit/c850d7ece98113712dc3b9d70d89c2e91ce17421
Author: Isaac Bennetch 
Date: 2020-01-07 (Tue, 01 January 2020) -05:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Release 5.0.1

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 6d2653: Update to phpMyAdmin release 5.0.0

2020-01-01 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 6d26530177b431eac0132e1d7f6f066f8e57a133
https://github.com/phpmyadmin/docker/commit/6d26530177b431eac0132e1d7f6f066f8e57a133
Author: Isaac Bennetch 
Date: 2019-12-26 (Thu, 12 December 2019) -05:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Update to phpMyAdmin release 5.0.0

Signed-off-by: Isaac Bennetch 

Commit: 31f2bdd82c43059c67b714cb963604a227c5410e
https://github.com/phpmyadmin/docker/commit/31f2bdd82c43059c67b714cb963604a227c5410e
Author: Isaac Bennetch 
Date: 2020-01-01 (Wed, 01 January 2020) -05:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Update to phpMyAdmin release 4.9.3

Signed-off-by: Isaac Bennetch 

Commit: 8917fb7bc2d69b6b38ba68ff47232e8150e86157
https://github.com/phpmyadmin/docker/commit/8917fb7bc2d69b6b38ba68ff47232e8150e86157
Author: Isaac Bennetch 
Date: 2020-01-01 (Wed, 01 January 2020) -05:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Update to phpMyAdmin release 5.0.0

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 31f2bd: Update to phpMyAdmin release 4.9.3

2020-01-01 Thread Isaac Bennetch
Branch: refs/tags/4.9.3
Home: https://github.com/phpmyadmin/docker
Commit: 31f2bdd82c43059c67b714cb963604a227c5410e
https://github.com/phpmyadmin/docker/commit/31f2bdd82c43059c67b714cb963604a227c5410e
Author: Isaac Bennetch 
Date: 2020-01-01 (Wed, 01 January 2020) -05:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Update to phpMyAdmin release 4.9.3

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 6d2653: Update to phpMyAdmin release 5.0.0

2019-12-26 Thread Isaac Bennetch
Branch: refs/tags/5.0.0
Home: https://github.com/phpmyadmin/docker
Commit: 6d26530177b431eac0132e1d7f6f066f8e57a133
https://github.com/phpmyadmin/docker/commit/6d26530177b431eac0132e1d7f6f066f8e57a133
Author: Isaac Bennetch 
Date: 2019-12-26 (Thu, 12 December 2019) -05:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Update to phpMyAdmin release 5.0.0

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 4f8874: Improve README.md and add a link to the main repo

2019-12-26 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 4f88748138d4e922d1e973103ac58161f34b338f
https://github.com/phpmyadmin/docker/commit/4f88748138d4e922d1e973103ac58161f34b338f
Author: William Desportes 
Date: 2019-12-26 (Thu, 12 December 2019) +01:00

Changed paths: 
M README.md

Log Message:
---
Improve README.md and add a link to the main repo

[ci skip]

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] bf6422: Fix .gitignore, README.md and .travis.yml

2019-12-26 Thread Mandy Schoep
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: bf6422b6a64dca18322cf88ff0106690200dca5d
https://github.com/phpmyadmin/docker/commit/bf6422b6a64dca18322cf88ff0106690200dca5d
Author: Mandy Schoep 
Date: 2019-12-24 (Tue, 12 December 2019) +01:00

Changed paths: 
M .gitignore
M .travis.yml
M README.md

Log Message:
---
Fix .gitignore, README.md and .travis.yml

Commit: 2576eb2c26ba446906a0103d4550f999aefa973c
https://github.com/phpmyadmin/docker/commit/2576eb2c26ba446906a0103d4550f999aefa973c
Author: Mandy Schoep 
Date: 2019-12-24 (Tue, 12 December 2019) +01:00

Changed paths: 
M docker-entrypoint.sh

Log Message:
---
Implement loading secrets from files

Commit: 05d5c516d3640bac12cfef8a9a214bbcdc392755
https://github.com/phpmyadmin/docker/commit/05d5c516d3640bac12cfef8a9a214bbcdc392755
Author: Mandy Schoep 
Date: 2019-12-24 (Tue, 12 December 2019) +01:00

Changed paths: 
A testing/conftest.py
M Makefile
M docker-compose.testing.yml
M testing/Dockerfile
M testing/phpmyadmin_test.py
M testing/test-docker.sh

Log Message:
---
Fix and improve test suite

Commit: 60e766aa9ebad0f9710c433175cb47aac46fea6d
https://github.com/phpmyadmin/docker/commit/60e766aa9ebad0f9710c433175cb47aac46fea6d
Author: Mandy Schoep 
Date: 2019-12-26 (Thu, 12 December 2019) +01:00

Changed paths: 
M docker-entrypoint.sh
M testing/phpmyadmin_test.py

Log Message:
---
Added support for PMA_HOST_FILE and PMA_HOSTS_FILE

Commit: 568e58cc53def8d68f062dd6ddf4cab4d5bacb9c
https://github.com/phpmyadmin/docker/commit/568e58cc53def8d68f062dd6ddf4cab4d5bacb9c
Author: William Desportes 
Date: 2019-12-26 (Thu, 12 December 2019) +01:00

Changed paths: 
A testing/conftest.py
M .gitignore
M .travis.yml
M Makefile
M README.md
M apache/docker-entrypoint.sh
M docker-compose.testing.yml
M docker-entrypoint.sh
M fpm-alpine/docker-entrypoint.sh
M fpm/docker-entrypoint.sh
M testing/Dockerfile
M testing/phpmyadmin_test.py
M testing/test-docker.sh

Log Message:
---
Merge #247 - Implement *_FILE read ENV from file

Pull-request: #247
Signed-off-by: William Desportes 

Commit: dd2ca51984e3ca0f7846af3c83d91cab3806c928
https://github.com/phpmyadmin/docker/commit/dd2ca51984e3ca0f7846af3c83d91cab3806c928
Author: William Desportes 
Date: 2019-12-26 (Thu, 12 December 2019) +01:00

Changed paths: 
M apache/docker-entrypoint.sh
M fpm-alpine/docker-entrypoint.sh
M fpm/docker-entrypoint.sh

Log Message:
---
Update files after 2313c19aed350158176f7c5725d89df065c2b425 (#247)

Signed-off-by: William Desportes 

Commit: b295aa6bf722a5e95d4b4b185e367e9a2d9c5916
https://github.com/phpmyadmin/docker/commit/b295aa6bf722a5e95d4b4b185e367e9a2d9c5916
Author: William Desportes 
Date: 2019-12-26 (Thu, 12 December 2019) +01:00

Changed paths: 
M README.md
M apache/docker-entrypoint.sh
M docker-entrypoint.sh
M fpm-alpine/docker-entrypoint.sh
M fpm/docker-entrypoint.sh
M testing/phpmyadmin_test.py

Log Message:
---
Improve README and fix PMA_HOSTS and PMA_HOST

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 78f64e: Add a new ENV

2019-12-24 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 78f64ee5ce0e139007782e5b1fb290b14c9256d5
https://github.com/phpmyadmin/docker/commit/78f64ee5ce0e139007782e5b1fb290b14c9256d5
Author: William Desportes 
Date: 2019-12-24 (Tue, 12 December 2019) +01:00

Changed paths: 
M README.md

Log Message:
---
Add a new ENV

Signed-off-by: William Desportes 

Commit: a309c96f6ae488b5d16f6af3d8d0021347b6fb0c
https://github.com/phpmyadmin/docker/commit/a309c96f6ae488b5d16f6af3d8d0021347b6fb0c
Author: William Desportes 
Date: 2019-12-24 (Tue, 12 December 2019) +01:00

Changed paths: 
M apache/docker-entrypoint.sh
M docker-entrypoint.sh
M fpm-alpine/docker-entrypoint.sh
M fpm/docker-entrypoint.sh

Log Message:
---
Use user and group for sessions

Signed-off-by: William Desportes 

Commit: 62b73c11a9bc59cbe465d98f5b2ce302046a9060
https://github.com/phpmyadmin/docker/commit/62b73c11a9bc59cbe465d98f5b2ce302046a9060
Author: William Desportes 
Date: 2019-12-24 (Tue, 12 December 2019) +01:00

Changed paths: 
A .gitattributes

Log Message:
---
Add .gitattributes file

Signed-off-by: William Desportes 

Commit: 7cd2b5b46fd66925a13c57c6aa533eb5e2fa99a2
https://github.com/phpmyadmin/docker/commit/7cd2b5b46fd66925a13c57c6aa533eb5e2fa99a2
Author: William Desportes 
Date: 2019-12-24 (Tue, 12 December 2019) +01:00

Changed paths: 
M apache/docker-entrypoint.sh
M docker-entrypoint.sh
M fpm-alpine/docker-entrypoint.sh
M fpm/docker-entrypoint.sh

Log Message:
---
Use url.php since it is available on all versions

Signed-off-by: William Desportes 

Commit: 1eede2e6b41268f95059a13fcd2410729a518a28
https://github.com/phpmyadmin/docker/commit/1eede2e6b41268f95059a13fcd2410729a518a28
Author: William Desportes 
Date: 2019-12-24 (Tue, 12 December 2019) +01:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Use PHP_INI_DIR from base image

Ref: https://hub.docker.com/_/php

Commit: 4b236d823a9abccff0c5da4c55516c5ee43bfb99
https://github.com/phpmyadmin/docker/commit/4b236d823a9abccff0c5da4c55516c5ee43bfb99
Author: William Desportes 
Date: 2019-12-24 (Tue, 12 December 2019) +01:00

Changed paths: 
M README.md

Log Message:
---
Fix README.md

Signed-off-by: William Desportes 

Commit: 44ab81b7cff061d64d5e013996b2476fef27d978
https://github.com/phpmyadmin/docker/commit/44ab81b7cff061d64d5e013996b2476fef27d978
Author: William Desportes 
Date: 2019-12-24 (Tue, 12 December 2019) +01:00

Changed paths: 
M apache/docker-entrypoint.sh
M docker-entrypoint.sh
M fpm-alpine/docker-entrypoint.sh
M fpm/docker-entrypoint.sh

Log Message:
---
Implement upload limit as an ENV value

Signed-off-by: William Desportes 

Commit: 4e2998a2c5982e4cdfb31e9930789b9b3d84392e
https://github.com/phpmyadmin/docker/commit/4e2998a2c5982e4cdfb31e9930789b9b3d84392e
Author: William Desportes 
Date: 2019-12-24 (Tue, 12 December 2019) +01:00

Changed paths: 
M README.md
M apache/docker-entrypoint.sh
M docker-entrypoint.sh
M fpm-alpine/docker-entrypoint.sh
M fpm/docker-entrypoint.sh

Log Message:
---
Fix README.md and add a comment

Signed-off-by: William Desportes 

Commit: d147a455afce16e1470ec1337f401d7da77eda15
https://github.com/phpmyadmin/docker/commit/d147a455afce16e1470ec1337f401d7da77eda15
Author: William Desportes 
Date: 2019-12-24 (Tue, 12 December 2019) +01:00

Changed paths: 
M docker-entrypoint.sh

Log Message:
---
Remove a non existent use case

Signed-off-by: William Desportes 

Commit: ed101c2f39fea4b9e7f830b7bca727d60d46e787
https://github.com/phpmyadmin/docker/commit/ed101c2f39fea4b9e7f830b7bca727d60d46e787
Author: William Desportes 
Date: 2019-12-24 (Tue, 12 December 2019) +01:00

Changed paths: 
A .gitattributes
M Dockerfile-alpine.template
M Dockerfile-debian.template
M README.md
M apache/Dockerfile
M apache/docker-entrypoint.sh
M docker-entrypoint.sh
M fpm-alpine/Dockerfile
M fpm-alpine/docker-entrypoint.sh
M fpm/Dockerfile
M fpm/docker-entrypoint.sh

Log Message:
---
Merge #261 - code improvements and implement UPLOAD_LIMIT

Ref: #238
Closes: #240
Closes: #239
Closes: #233
Closes: #189
Closes: #139
Closes: #241
Signed-off-by: William Desportes 

Commit: 8edcc52dfbc91086c0b708665f7d0eebe141b423
https://github.com/phpmyadmin/docker/commit/8edcc52dfbc91086c0b708665f7d0eebe141b423
Author: William Desportes 
Date: 2019-12-24 (Tue, 12 December 2019) +01:00

Changed paths: 
M README.md
M apache/docker-entrypoint.sh
M docker-entrypoint.sh
M fpm-alpine/docker-entrypoint.sh
M fpm/docker-entrypoint.sh

Log Message:
---
Implement #192 - override config using base64 encoded config in ENVs

Closes: #192
Pull-request: #262

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 2313c1: Hide PHP version (#209)

2019-12-23 Thread Patrik Kernstock
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 2313c19aed350158176f7c5725d89df065c2b425
https://github.com/phpmyadmin/docker/commit/2313c19aed350158176f7c5725d89df065c2b425
Author: Patrik Kernstock 
Date: 2019-12-23 (Mon, 12 December 2019) -05:00

Changed paths: 
M README.md
M apache/docker-entrypoint.sh
M docker-entrypoint.sh
M fpm-alpine/docker-entrypoint.sh
M fpm/docker-entrypoint.sh

Log Message:
---
Hide PHP version (#209)

Add option to hide PHP version by adding `expose_php = Off` to `php.ini` for 
security reasons
Co-authored-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 7d8a3e: Improve README.md

2019-12-23 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 7d8a3e5717fd3160a74ce9bb2a28bc781347
https://github.com/phpmyadmin/docker/commit/7d8a3e5717fd3160a74ce9bb2a28bc781347
Author: William Desportes 
Date: 2019-12-23 (Mon, 12 December 2019) +01:00

Changed paths: 
M README.md

Log Message:
---
Improve README.md

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] b696c1: Update to PHP 7.4 (#257)

2019-12-19 Thread J0WI
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: b696c1f43d22481c1a6de7e96ff17aea094d618e
https://github.com/phpmyadmin/docker/commit/b696c1f43d22481c1a6de7e96ff17aea094d618e
Author: J0WI 
Date: 2019-12-20 (Fri, 12 December 2019) -05:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Update to PHP 7.4 (#257)

* Update to PHP 7.4

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 438884: Drop opcache from cli actions

2019-11-30 Thread J0WI
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 43888414d6f09bbb11a0f74c2c05daf5a979e151
https://github.com/phpmyadmin/docker/commit/43888414d6f09bbb11a0f74c2c05daf5a979e151
Author: J0WI 
Date: 2019-11-29 (Fri, 11 November 2019) +01:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Drop opcache from cli actions

Commit: 53a793568a3e215d7532617b0af6f1452ac93b3f
https://github.com/phpmyadmin/docker/commit/53a793568a3e215d7532617b0af6f1452ac93b3f
Author: William Desportes 
Date: 2019-11-30 (Sat, 11 November 2019) +01:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Merge #242 - drop opcache from cli actions

Pull-request: #242
Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 0343ca: Update to phpMyAdmin release 4.9.2

2019-11-29 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 0343ca533896b49b3991f20ce8c3565eab94e378
https://github.com/phpmyadmin/docker/commit/0343ca533896b49b3991f20ce8c3565eab94e378
Author: Isaac Bennetch 
Date: 2019-11-23 (Sat, 11 November 2019) -05:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Update to phpMyAdmin release 4.9.2

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 0343ca: Update to phpMyAdmin release 4.9.2

2019-11-23 Thread Isaac Bennetch
Branch: refs/tags/4.9.2-1
Home: https://github.com/phpmyadmin/docker
Commit: 0343ca533896b49b3991f20ce8c3565eab94e378
https://github.com/phpmyadmin/docker/commit/0343ca533896b49b3991f20ce8c3565eab94e378
Author: Isaac Bennetch 
Date: 2019-11-23 (Sat, 11 November 2019) -05:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Update to phpMyAdmin release 4.9.2

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 9d1872: Improve TravisCI file with steps

2019-10-21 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 9d1872d75350bf65e5bbb4530e3df5e86511b52c
https://github.com/phpmyadmin/docker/commit/9d1872d75350bf65e5bbb4530e3df5e86511b52c
Author: William Desportes 
Date: 2019-10-22 (Tue, 10 October 2019) +02:00

Changed paths: 
M .travis.yml

Log Message:
---
Improve TravisCI file with steps

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 5f2beb: Revert "Increase limits for upload and post"

2019-10-21 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 5f2beb027aa73222cf983d88ebe28811cb3846bb
https://github.com/phpmyadmin/docker/commit/5f2beb027aa73222cf983d88ebe28811cb3846bb
Author: William Desportes 
Date: 2019-10-21 (Mon, 10 October 2019) +02:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Revert "Increase limits for upload and post"

This reverts commit e9d1da4ebc46e6a514b4d1dd8e40e90009709db9.

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] e9d1da: Increase limits for upload and post

2019-10-21 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: e9d1da4ebc46e6a514b4d1dd8e40e90009709db9
https://github.com/phpmyadmin/docker/commit/e9d1da4ebc46e6a514b4d1dd8e40e90009709db9
Author: William Desportes 
Date: 2019-09-30 (Mon, 09 September 2019) +02:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Increase limits for upload and post

Ref: #238
Closes: #240
Closes: #239
Closes: #233
Closes: #189

Commit: 8dfcf48b2514c39f3bb5b971b9bfb8a932ebc4a8
https://github.com/phpmyadmin/docker/commit/8dfcf48b2514c39f3bb5b971b9bfb8a932ebc4a8
Author: 0X8C 
Date: 2019-10-17 (Thu, 10 October 2019) +08:00

Changed paths: 
M .travis.yml

Log Message:
---
Update .travis.yml

Commit: 0bd0e9a958026b8f2806dee3d8b8939a925b6ece
https://github.com/phpmyadmin/docker/commit/0bd0e9a958026b8f2806dee3d8b8939a925b6ece
Author: William Desportes 
Date: 2019-10-21 (Mon, 10 October 2019) +02:00

Changed paths: 
M .travis.yml

Log Message:
---
Merge #251 - improve/fix Travis CI file

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] a68a25: Fix the template file from c5174eeef99fb121a7b91e6a7f1de009183e4b74

2019-09-21 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: a68a25c673c8a0ca55589e81dd4540c2c31e9e97
https://github.com/phpmyadmin/docker/commit/a68a25c673c8a0ca55589e81dd4540c2c31e9e97
Author: Isaac Bennetch 
Date: 2019-09-21 (Sat, 09 September 2019) -04:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template

Log Message:
---
Fix the template file from c5174eeef99fb121a7b91e6a7f1de009183e4b74

Signed-off-by: Isaac Bennetch 

Commit: f522725291419d79945dec326dbd55b2bbc38186
https://github.com/phpmyadmin/docker/commit/f522725291419d79945dec326dbd55b2bbc38186
Author: Isaac Bennetch 
Date: 2019-09-21 (Sat, 09 September 2019) -04:00

Changed paths: 
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Update to phpMyAdmin release 4.9.1

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 342c5f: Add documentation for using secrets.

2019-09-06 Thread David Whynot
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 342c5fb3fc9e21cf350b3c68f45107bd2132c9e8
https://github.com/phpmyadmin/docker/commit/342c5fb3fc9e21cf350b3c68f45107bd2132c9e8
Author: David Whynot 
Date: 2019-08-08 (Thu, 08 August 2019) -04:00

Changed paths: 
M README.md

Log Message:
---
Add documentation for using secrets.

Commit: 21dbdb8968430b107fb041d7dbc1eadddf533d99
https://github.com/phpmyadmin/docker/commit/21dbdb8968430b107fb041d7dbc1eadddf533d99
Author: William Desportes 
Date: 2019-09-06 (Fri, 09 September 2019) +02:00

Changed paths: 
M README.md

Log Message:
---
Merge #232 - Add documentation for using secrets

Pull-request: #232
Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] c5174e: Cleanup php.ini

2019-09-06 Thread J0WI
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: c5174eeef99fb121a7b91e6a7f1de009183e4b74
https://github.com/phpmyadmin/docker/commit/c5174eeef99fb121a7b91e6a7f1de009183e4b74
Author: J0WI 
Date: 2019-07-11 (Thu, 07 July 2019) +02:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile
M update.sh
D apache/php.ini
D fpm-alpine/php.ini
D fpm/php.ini
D php.ini

Log Message:
---
Cleanup php.ini

Commit: ff0e3c994a7026d088ce6396df9ce68c3d237368
https://github.com/phpmyadmin/docker/commit/ff0e3c994a7026d088ce6396df9ce68c3d237368
Author: William Desportes 
Date: 2019-09-06 (Fri, 09 September 2019) +02:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile
M update.sh
D apache/php.ini
D fpm-alpine/php.ini
D fpm/php.ini
D php.ini

Log Message:
---
Merge #221 - remove files and improve configuration

Pull-request: #221
Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] effe2b: Add generate-stackbrew-library.sh

2019-09-06 Thread J0WI
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: effe2b1e80f7c366f0e1bbb71430530531c1
https://github.com/phpmyadmin/docker/commit/effe2b1e80f7c366f0e1bbb71430530531c1
Author: J0WI 
Date: 2019-03-29 (Fri, 03 March 2019) +01:00

Changed paths: 
A generate-stackbrew-library.sh
M README.md

Log Message:
---
Add generate-stackbrew-library.sh

Commit: ca4e508924f2b984cf6bb860c2fd55b8e6640c8b
https://github.com/phpmyadmin/docker/commit/ca4e508924f2b984cf6bb860c2fd55b8e6640c8b
Author: J0WI 
Date: 2019-03-29 (Fri, 03 March 2019) +01:00

Changed paths: 
M generate-stackbrew-library.sh

Log Message:
---
Fix typo

Commit: 7d35294fc583315159751950cd021127bf8ba5fe
https://github.com/phpmyadmin/docker/commit/7d35294fc583315159751950cd021127bf8ba5fe
Author: William Desportes 
Date: 2019-04-01 (Mon, 04 April 2019) +02:00

Changed paths: 
M generate-stackbrew-library.sh

Log Message:
---
Fixed missing accent

[ci skip]
Signed-off-by: William Desportes 

Commit: 24d76d8e35a1d096a35cd7dabd0f143094f0e0ad
https://github.com/phpmyadmin/docker/commit/24d76d8e35a1d096a35cd7dabd0f143094f0e0ad
Author: William Desportes 
Date: 2019-09-06 (Fri, 09 September 2019) +02:00

Changed paths: 
A generate-stackbrew-library.sh
M README.md

Log Message:
---
Merge #216 -  Add generate-stackbrew-library.sh

Pull-request: #216
Ref: #56
Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 304a62: Fix makefile

2019-09-06 Thread ankitjain28may
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 304a628535cd0b5f7e6525df0c7a37f3e73e6f22
https://github.com/phpmyadmin/docker/commit/304a628535cd0b5f7e6525df0c7a37f3e73e6f22
Author: ankitjain28may 
Date: 2019-08-13 (Tue, 08 August 2019) +05:30

Changed paths: 
M Makefile

Log Message:
---
Fix makefile

Commit: 6167470118828169d67ff9e8ec5b7fa5a1ecc418
https://github.com/phpmyadmin/docker/commit/6167470118828169d67ff9e8ec5b7fa5a1ecc418
Author: ankitjain28may 
Date: 2019-08-23 (Fri, 08 August 2019) +05:30

Changed paths: 
M Makefile

Log Message:
---
Added suggestions

Commit: d3281e86e11402e74610f2d5c9f29e95263050ad
https://github.com/phpmyadmin/docker/commit/d3281e86e11402e74610f2d5c9f29e95263050ad
Author: William Desportes 
Date: 2019-09-06 (Fri, 09 September 2019) +02:00

Changed paths: 
M Makefile

Log Message:
---
Merge #234 - Fix makefile

Pull-request: #234
Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 21be77: Remove GPG verification of downloads, since we don't sign snapshot

2019-06-08 Thread Isaac Bennetch
Branch: refs/heads/edge-4.9
Home: https://github.com/phpmyadmin/docker
Commit: 21be77a8e8d4e9118d8a32de66bdb4e042d02726
https://github.com/phpmyadmin/docker/commit/21be77a8e8d4e9118d8a32de66bdb4e042d02726
Author: Isaac Bennetch 
Date: 2019-06-08 (Sat, 06 June 2019) -04:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Remove GPG verification of downloads, since we don't sign snapshot
builds.

See also: #131

Fixes: #228

Signed-off-by: Isaac Bennetch 

Commit: 8803357e6af70a20c3aafff3f89a7db1064d542c
https://github.com/phpmyadmin/docker/commit/8803357e6af70a20c3aafff3f89a7db1064d542c
Author: Isaac Bennetch 
Date: 2019-06-08 (Sat, 06 June 2019) -04:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Configure to use snapshot builds for 4.9 series

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 17134b: Upgrade to phpMyAdmin version 4.9.0.1

2019-06-06 Thread Isaac Bennetch
Branch: refs/tags/4.9.0.1
Home: https://github.com/phpmyadmin/docker
Commit: 17134bd92df10ccfe7ffd45289cf83bcefd614fc
https://github.com/phpmyadmin/docker/commit/17134bd92df10ccfe7ffd45289cf83bcefd614fc
Author: Isaac Bennetch 
Date: 2019-06-04 (Tue, 06 June 2019) -04:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Upgrade to phpMyAdmin version 4.9.0.1

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] db5c62: Set up edge-4.9

2019-06-05 Thread Isaac Bennetch
Branch: refs/heads/edge-4.9
Home: https://github.com/phpmyadmin/docker
Commit: db5c629d4a943c101318317a4cadcb590a8d021f
https://github.com/phpmyadmin/docker/commit/db5c629d4a943c101318317a4cadcb590a8d021f
Author: Isaac Bennetch 
Date: 2019-06-05 (Wed, 06 June 2019) -04:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Set up edge-4.9

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 41ef7e: Upgrade to phpMyAdmin version 4.9.0.1

2019-06-04 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 41ef7ee4302b48c54f1ce48661862925f1072ebb
https://github.com/phpmyadmin/docker/commit/41ef7ee4302b48c54f1ce48661862925f1072ebb
Author: Isaac Bennetch 
Date: 2019-06-04 (Tue, 06 June 2019) -04:00

Changed paths: 
M Dockerfile-alpine.template
M Dockerfile-debian.template
M apache/Dockerfile
M fpm-alpine/Dockerfile
M fpm/Dockerfile

Log Message:
---
Upgrade to phpMyAdmin version 4.9.0.1

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 036fd2: Remove .dockerignore

2019-05-22 Thread J0WI
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 036fd21c082def005e03e0d66aedbfcbc2695ed6
https://github.com/phpmyadmin/docker/commit/036fd21c082def005e03e0d66aedbfcbc2695ed6
Author: J0WI 
Date: 2019-04-24 (Wed, 04 April 2019) +02:00

Changed paths: 
D .dockerignore

Log Message:
---
Remove .dockerignore

Commit: 33fc40f4a3e75164258139d67dbcce8841338159
https://github.com/phpmyadmin/docker/commit/33fc40f4a3e75164258139d67dbcce8841338159
Author: William Desportes 
Date: 2019-05-22 (Wed, 05 May 2019) +02:00

Changed paths: 
D .dockerignore

Log Message:
---
Merge pull-request #222 (remove .dockerignore)

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] f30ef5: Cleanup obsolete files

2019-05-22 Thread J0WI
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: f30ef539da516f8cf84f91a13caa31667505f6a5
https://github.com/phpmyadmin/docker/commit/f30ef539da516f8cf84f91a13caa31667505f6a5
Author: J0WI 
Date: 2019-05-22 (Wed, 05 May 2019) +02:00

Changed paths: 
D apache/etc/etc/nginx.conf
D apache/etc/etc/php-fpm.conf
D apache/etc/etc/phpmyadmin/config.inc.php
D apache/etc/etc/supervisor.d/nginx.ini
D apache/etc/etc/supervisor.d/php.ini
D apache/etc/nginx.conf
D apache/etc/php-fpm.conf
D apache/etc/phpmyadmin/config.inc.php
D apache/etc/supervisor.d/nginx.ini
D apache/etc/supervisor.d/php.ini
D apache/run.sh
D fpm-alpine/etc/etc/nginx.conf
D fpm-alpine/etc/etc/php-fpm.conf
D fpm-alpine/etc/etc/phpmyadmin/config.inc.php
D fpm-alpine/etc/etc/supervisor.d/nginx.ini
D fpm-alpine/etc/etc/supervisor.d/php.ini
D fpm-alpine/etc/nginx.conf
D fpm-alpine/etc/php-fpm.conf
D fpm-alpine/etc/phpmyadmin/config.inc.php
D fpm-alpine/etc/supervisor.d/nginx.ini
D fpm-alpine/etc/supervisor.d/php.ini
D fpm-alpine/run.sh
D fpm/etc/etc/nginx.conf
D fpm/etc/etc/php-fpm.conf
D fpm/etc/etc/phpmyadmin/config.inc.php
D fpm/etc/etc/supervisor.d/nginx.ini
D fpm/etc/etc/supervisor.d/php.ini
D fpm/etc/nginx.conf
D fpm/etc/php-fpm.conf
D fpm/etc/phpmyadmin/config.inc.php
D fpm/etc/supervisor.d/nginx.ini
D fpm/etc/supervisor.d/php.ini
D fpm/run.sh

Log Message:
---
Cleanup obsolete files

Commit: 219e173c5ec2ac68be2297c8cfb2a0993bb64649
https://github.com/phpmyadmin/docker/commit/219e173c5ec2ac68be2297c8cfb2a0993bb64649
Author: William Desportes 
Date: 2019-05-22 (Wed, 05 May 2019) +02:00

Changed paths: 
D apache/etc/etc/nginx.conf
D apache/etc/etc/php-fpm.conf
D apache/etc/etc/phpmyadmin/config.inc.php
D apache/etc/etc/supervisor.d/nginx.ini
D apache/etc/etc/supervisor.d/php.ini
D apache/etc/nginx.conf
D apache/etc/php-fpm.conf
D apache/etc/phpmyadmin/config.inc.php
D apache/etc/supervisor.d/nginx.ini
D apache/etc/supervisor.d/php.ini
D apache/run.sh
D fpm-alpine/etc/etc/nginx.conf
D fpm-alpine/etc/etc/php-fpm.conf
D fpm-alpine/etc/etc/phpmyadmin/config.inc.php
D fpm-alpine/etc/etc/supervisor.d/nginx.ini
D fpm-alpine/etc/etc/supervisor.d/php.ini
D fpm-alpine/etc/nginx.conf
D fpm-alpine/etc/php-fpm.conf
D fpm-alpine/etc/phpmyadmin/config.inc.php
D fpm-alpine/etc/supervisor.d/nginx.ini
D fpm-alpine/etc/supervisor.d/php.ini
D fpm-alpine/run.sh
D fpm/etc/etc/nginx.conf
D fpm/etc/etc/php-fpm.conf
D fpm/etc/etc/phpmyadmin/config.inc.php
D fpm/etc/etc/supervisor.d/nginx.ini
D fpm/etc/etc/supervisor.d/php.ini
D fpm/etc/nginx.conf
D fpm/etc/php-fpm.conf
D fpm/etc/phpmyadmin/config.inc.php
D fpm/etc/supervisor.d/nginx.ini
D fpm/etc/supervisor.d/php.ini
D fpm/run.sh

Log Message:
---
Merge pull-request #225 (clean unused files)

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] a11473: Update to version 4.8.5

2019-01-25 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: a11473320065ba65f907257b0a7fbb50a8f87a94
https://github.com/phpmyadmin/docker/commit/a11473320065ba65f907257b0a7fbb50a8f87a94
Author: Isaac Bennetch 
Date: 2019-01-25 (Fri, 01 January 2019) -05:00

Changed paths: 
M Dockerfile

Log Message:
---
Update to version 4.8.5

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] c775ef: Drop sudo and use default distro

2018-12-30 Thread J0WI
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: c775ef93dcfced198e4758619a248e78bcfc6ffb
https://github.com/phpmyadmin/docker/commit/c775ef93dcfced198e4758619a248e78bcfc6ffb
Author: J0WI 
Date: 2018-11-25 (Sun, 11 November 2018) +01:00

Changed paths: 
M .travis.yml

Log Message:
---
Drop sudo and use default distro

Commit: 967db65940427406312f11791718ae03774b77ef
https://github.com/phpmyadmin/docker/commit/967db65940427406312f11791718ae03774b77ef
Author: Isaac Bennetch 
Date: 2018-12-30 (Sun, 12 December 2018) -05:00

Changed paths: 
M .travis.yml

Log Message:
---
Merge pull request #201 from J0WI/travis-nosudo

[Travis CI] Drop sudo and use default distro

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 921f28: Updated version information to remove old, unsupported releases.

2018-12-30 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 921f2867f7e275a25accbe9ac583206b65c5598e
https://github.com/phpmyadmin/docker/commit/921f2867f7e275a25accbe9ac583206b65c5598e
Author: Isaac Bennetch 
Date: 2018-12-30 (Sun, 12 December 2018) -07:00

Changed paths: 
M README.md

Log Message:
---
Updated version information to remove old, unsupported releases.

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 0e87cd: readme: 4.8 tag is also present

2018-12-30 Thread Elan Ruusamäe
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 0e87cd473199e07cbfb4e67db4cb3df50e7744e7
https://github.com/phpmyadmin/docker/commit/0e87cd473199e07cbfb4e67db4cb3df50e7744e7
Author: Elan Ruusamäe 
Date: 2018-12-19 (Wed, 12 December 2018) +02:00

Changed paths: 
M README.md

Log Message:
---
readme: 4.8 tag is also present

for ones that prefer not to have unexpected version update (but patches are 
ok), prefer `X.Y` docker tag over `latest`.

improve wording as technically there is no 4.8 branch yet

Commit: df7df179f25f115c5c4ae9dfc3e4f0d1a80a3673
https://github.com/phpmyadmin/docker/commit/df7df179f25f115c5c4ae9dfc3e4f0d1a80a3673
Author: Isaac Bennetch 
Date: 2018-12-30 (Sun, 12 December 2018) -05:00

Changed paths: 
M README.md

Log Message:
---
Merge pull request #202 from glensc/patch-1

Add 4.8 tag to README

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] d3d7a7: Update to version 4.8.4

2018-12-11 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: d3d7a78dae11dd2fd02a2b26b17f79350901d576
https://github.com/phpmyadmin/docker/commit/d3d7a78dae11dd2fd02a2b26b17f79350901d576
Author: Isaac Bennetch 
Date: 2018-12-10 (Mon, 12 December 2018) -05:00

Changed paths: 
M Dockerfile

Log Message:
---
Update to version 4.8.4

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 662b82: Drop custom user/group and document root, change permissions on runtime

2018-11-22 Thread J0WI
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 662b82d27e87722826ce4c40d2db83553e79c898
https://github.com/phpmyadmin/docker/commit/662b82d27e87722826ce4c40d2db83553e79c898
Author: J0WI 
Date: 2018-11-20 (Tue, 11 November 2018) +01:00

Changed paths: 
M Dockerfile
M etc/nginx.conf
M etc/supervisor.d/php.ini
M php.ini
M run.sh
D etc/php-fpm.conf

Log Message:
---
Drop custom user/group and document root, change permissions on runtime

Commit: d2f01baf4031dd598a5d22d3702c3457b826ac3e
https://github.com/phpmyadmin/docker/commit/d2f01baf4031dd598a5d22d3702c3457b826ac3e
Author: Isaac Bennetch 
Date: 2018-11-22 (Thu, 11 November 2018) -05:00

Changed paths: 
M Dockerfile
M etc/nginx.conf
M etc/supervisor.d/php.ini
M php.ini
M run.sh
D etc/php-fpm.conf

Log Message:
---
Merge pull request #198 from J0WI/user-and-root

Drop custom user/group and document root, change permissions on runtime, and 
coding style improvements.

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] fa5fb6: Update "gpg" invocations to use "--batch"

2018-11-21 Thread J0WI
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: fa5fb6c985fecbeabadd9c1b47bdcb314f2a5792
https://github.com/phpmyadmin/docker/commit/fa5fb6c985fecbeabadd9c1b47bdcb314f2a5792
Author: J0WI 
Date: 2018-11-20 (Tue, 11 November 2018) +01:00

Changed paths: 
M Dockerfile

Log Message:
---
Update "gpg" invocations to use "--batch"

Commit: 56806ecbc7f3571172292071fd496aba75c9c73b
https://github.com/phpmyadmin/docker/commit/56806ecbc7f3571172292071fd496aba75c9c73b
Author: Isaac Bennetch 
Date: 2018-11-22 (Thu, 11 November 2018) -05:00

Changed paths: 
M Dockerfile

Log Message:
---
Merge pull request #197 from J0WI/gpg-batch

Update "gpg" invocations to use "--batch"

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] b2409f: trim whitespaces in PMA_HOSTS, PMA_PORTS and PMA_VERBOSES

2018-09-01 Thread Steve Müller via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: b2409f5930d5df3ff3011f3b4b1496d1f2bbdf63
https://github.com/phpmyadmin/docker/commit/b2409f5930d5df3ff3011f3b4b1496d1f2bbdf63
Author: Steve Müller 
Date: 2018-08-03 (Fri, 08 August 2018) +02:00

Changed paths: 
M etc/phpmyadmin/config.inc.php

Log Message:
---
trim whitespaces in PMA_HOSTS, PMA_PORTS and PMA_VERBOSES

Commit: b1e2062fb4628a595f7dd532b91acd4699654462
https://github.com/phpmyadmin/docker/commit/b1e2062fb4628a595f7dd532b91acd4699654462
Author: Michal Čihař 
Date: 2018-09-01 (Sat, 09 September 2018) +02:00

Changed paths: 
M etc/phpmyadmin/config.inc.php

Log Message:
---
Merge pull request #184 from deeky666/allow-env-var-list-spaces

Trims whitespaces in PMA_HOSTS, PMA_PORTS and PMA_VERBOSES

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 0512d0: Update run.sh

2018-09-01 Thread Baotong Shi
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 0512d0c6b314e1cea4cdd90e21b549914df837d5
https://github.com/phpmyadmin/docker/commit/0512d0c6b314e1cea4cdd90e21b549914df837d5
Author: Baotong Shi 
Date: 2018-08-30 (Thu, 08 August 2018) +08:00

Changed paths: 
M run.sh

Log Message:
---
Update run.sh

when I start the phpMyAdmin Container, I got the below error
phpMyAdmin - Error
Failed to load phpMyAdmin configuration (./../etc/phpmyadmin/config.inc.php:3): 
require(): Failed opening required '/etc/phpmyadmin/config.secret.inc.php' 
(include_path='.:/usr/local/lib/php')

I found the access right of the config.secret.inc.php is not correct, I added 
the below cmd in run.sh, then build the image, It can work

chmod 644 /etc/phpmyadmin/*

Commit: f01eddea45e9a35011e293dffab13d4c285d48da
https://github.com/phpmyadmin/docker/commit/f01eddea45e9a35011e293dffab13d4c285d48da
Author: Michal Čihař 
Date: 2018-09-01 (Sat, 09 September 2018) +02:00

Changed paths: 
M run.sh

Log Message:
---
Merge pull request #191 from baotongshi/patch-1

modify the /etc/phpmyadmin/* file's access right

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] d5a587: Specify MySQL socket file via PMA_SOCKET and PMA_SOCKETS environment variables

2018-09-01 Thread Évan Goujon
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: d5a587d00d6e7a0ca4b1e5d57184ea29a7e6c4fa
https://github.com/phpmyadmin/docker/commit/d5a587d00d6e7a0ca4b1e5d57184ea29a7e6c4fa
Author: Évan Goujon 
Date: 2018-08-19 (Sun, 08 August 2018) +02:00

Changed paths: 
M etc/phpmyadmin/config.inc.php

Log Message:
---
Specify MySQL socket file via PMA_SOCKET and PMA_SOCKETS environment variables

Signed-off-by: Évan Goujon 

Commit: 7af014ffdfdd0d5a91f2cadb814d00d1cb17bf11
https://github.com/phpmyadmin/docker/commit/7af014ffdfdd0d5a91f2cadb814d00d1cb17bf11
Author: Évan Goujon 
Date: 2018-08-31 (Fri, 08 August 2018) +02:00

Changed paths: 
M etc/phpmyadmin/config.inc.php

Log Message:
---
Simplify $sockets testing logic

Signed-off-by: Évan Goujon 

Commit: 7899e91e355768e093d5ad8b91f5f9132e82b73e
https://github.com/phpmyadmin/docker/commit/7899e91e355768e093d5ad8b91f5f9132e82b73e
Author: Michal Čihař 
Date: 2018-09-01 (Sat, 09 September 2018) +02:00

Changed paths: 
M etc/phpmyadmin/config.inc.php

Log Message:
---
Merge pull request #186 from s0m30n3/master

Specify MySQL socket file via PMA_SOCKET and PMA_SOCKETS environment …

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 17003c: Update to version 4.8.3

2018-08-22 Thread Isaac Bennetch
Branch: refs/tags/4.8.3
Home: https://github.com/phpmyadmin/docker
Commit: 17003ccf856937b8027f8a352012d9d800e3c0cf
https://github.com/phpmyadmin/docker/commit/17003ccf856937b8027f8a352012d9d800e3c0cf
Author: Isaac Bennetch 
Date: 2018-08-22 (Wed, 08 August 2018) -04:00

Changed paths: 
M Dockerfile

Log Message:
---
Update to version 4.8.3

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 17003c: Update to version 4.8.3

2018-08-22 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 17003ccf856937b8027f8a352012d9d800e3c0cf
https://github.com/phpmyadmin/docker/commit/17003ccf856937b8027f8a352012d9d800e3c0cf
Author: Isaac Bennetch 
Date: 2018-08-22 (Wed, 08 August 2018) -04:00

Changed paths: 
M Dockerfile

Log Message:
---
Update to version 4.8.3

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker]

2018-06-22 Thread ibennetch
  Branch: refs/tags/4.8.2
  Home:   https://github.com/phpmyadmin/docker

  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.
___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] f0ebd7: Set default_authentication_plugin and use only one...

2018-06-12 Thread J0WI
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/docker
  Commit: f0ebd7aec548a16fc56703d7d7f6b32f3faae46b
  
https://github.com/phpmyadmin/docker/commit/f0ebd7aec548a16fc56703d7d7f6b32f3faae46b
  Author: J0WI 
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
M .travis.yml
M docker-compose.testing.yml
M testing/Dockerfile
R testing/test-mysql.ini
A testing/test.ini
A testing/testing.cnf
M testing/wait-for-testing.sh

  Log Message:
  ---
  Set default_authentication_plugin and use only one container in tests


  Commit: 25dde22ee955ea6b3e12fe3796acc4dc80138d95
  
https://github.com/phpmyadmin/docker/commit/25dde22ee955ea6b3e12fe3796acc4dc80138d95
  Author: J0WI 
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Use MariaDB 10.2 for now


Compare: 
https://github.com/phpmyadmin/docker/compare/98aa7b80c8a6...25dde22ee955
  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.
___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 98aa7b: Run supervisord in CMD

2018-06-11 Thread J0WI
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/docker
  Commit: 98aa7b80c8a60d5ef4a81b167a49db36778240e3
  
https://github.com/phpmyadmin/docker/commit/98aa7b80c8a60d5ef4a81b167a49db36778240e3
  Author: J0WI 
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
M Dockerfile
M run.sh

  Log Message:
  ---
  Run supervisord in CMD



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.
___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] c706c5: Enhance caching by moving trivial tasks to the end

2018-06-11 Thread J0WI
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/docker
  Commit: c706c520ef57382777976a0aaa6212e79be29397
  
https://github.com/phpmyadmin/docker/commit/c706c520ef57382777976a0aaa6212e79be29397
  Author: J0WI 
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
M Dockerfile

  Log Message:
  ---
  Enhance caching by moving trivial tasks to the end



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.
___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/docker] 2d6fd7: Use "nogroup" as group name

2018-06-11 Thread J0WI
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/docker
  Commit: 2d6fd72542d4c9e5f3f1ee5ad4657e5943a0a978
  
https://github.com/phpmyadmin/docker/commit/2d6fd72542d4c9e5f3f1ee5ad4657e5943a0a978
  Author: J0WI 
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
M Dockerfile
M etc/nginx.conf
M etc/php-fpm.conf
M run.sh

  Log Message:
  ---
  Use "nogroup" as group name



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.
___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


  1   2   3   >