docker-scripts/testrail/latest
2020-05-19 22:36:10 +03:00
..
Dockerfile updates 2020-05-19 22:36:10 +03:00
Makefile updates 2020-05-19 22:36:10 +03:00
README.md updates 2020-05-19 22:36:10 +03:00
run.sh updates 2020-05-19 22:36:10 +03:00
testrail.conf updates 2020-05-19 22:36:10 +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!