docker-scripts/testrail/latest
2020-05-20 16:57:04 +03:00
..
.htaccess update 2020-05-20 16:57:04 +03:00
apache_testrail.conf update 2020-05-20 16:57:04 +03:00
custom-entrypoint.sh update 2020-05-20 16:57:04 +03:00
Dockerfile update 2020-05-20 16:57:04 +03:00
Makefile updates 2020-05-19 22:36:10 +03:00
php.ini update 2020-05-20 16:57:04 +03:00
README.md updates 2020-05-19 22:36:10 +03:00
ssl_apache_testrail.conf update 2020-05-20 16:57:04 +03:00

Testrail Apache PHP-FPM image

To be extendeded...

How to build the image?

The build supports ARG_PHP_VERSION, ARG_IONCUBE_VERSION, and ARG_URL as arguments as shown below.

docker build --build-arg ARG_PHP_VERSION=7.2 --build-arg ARG_IONCUBE_VERSION=10.3.9 --build-arg ARG_URL='https://secure.gurock.com/downloads/testrail/testrail-latest-ion70.zip' -t testrail/apache:6.0 .

Please note: When proving a custom zip-file, ensure that it also fits the php-version provided!