William Desportes
d7b3994b3a
Add a test for PMA_HOST
2021-01-29 23:52:24 +01:00
William Desportes
56fbf97a95
Add more tests for UPLOAD_LIMIT
2021-01-29 21:52:36 +01:00
William Desportes
71627ad719
Re-work the testing scripts
2021-01-29 21:12:55 +01:00
William Desportes
568e5ed308
Use healthcheck strategy for running tests
2021-01-29 14:14:08 +01:00
Mandy Schoep and William Desportes
05d5c516d3
Fix and improve test suite
2019-12-24 11:21:35 +01:00
J0WI and Isaac Bennetch
78e3cb7aba
Refactor Dockerfile to support multiple variants and drop supervisord ( #200 )
...
* Refactor Dockerfile to support multiple variants and drop supervisord
* Rename run.sh to docker-entrypoint.sh
* Update tests for apache conatiner
* Fix tests in conatiner
* Fix database startup
* Update Makefile to build all variants
* Update phpMyAdmin to 4.8.4
* Rebase on top of v4.8.5
2019-03-29 03:48:30 -04:00
J0WI and Michal Čihař
f0ebd7aec5
Set default_authentication_plugin and use only one container in tests
2018-06-12 21:19:53 +02:00
Michal Čihař
21b0804166
Use latest images for composer testing as well
...
Signed-off-by: Michal Čihař <michal@cihar.com >
2017-03-28 11:30:21 +02:00
Michal Čihař
e5a78047b2
Move all testing files into subdirectory
...
This makes the file structure a bit cleaner.
Signed-off-by: Michal Čihař <michal@cihar.com >
2017-03-28 11:24:10 +02:00
Michal Čihař
446ed9e0d0
Use separate Dockerfile for testing image
...
Signed-off-by: Michal Čihař <michal@cihar.com >
2017-03-28 11:05:23 +02:00
Paulo Lobato and Michal Čihař
ec28d93349
Add database containers on compose test env
...
- Add MariaDB 10.1 version
- Add MySQL 5.7 version
- Link databases to PHPMyAdmin container
2017-03-28 11:03:46 +02:00
Rick Wieman
a87ccec937
Switch to port 80 (instead of 8080)
...
As this is a Docker container running a web application, it would make sense to expose the http port (80) instead of port 8080. A user can always specify the 'external' port to his liking using e.g. `-p 8080:80`.
Fixes #18 .
2016-02-08 10:41:25 +01:00
Sebastian Mendel
844798cd19
add Makefile for easier building and testing
2015-12-07 10:52:57 +01:00