Dockerized test environments with different combination of PHP and Subversion versions built.
1.0K
Dockerized test environments with different combination of PHP and Subversion versions built.
The Docker images have following software included:
There are different combination of PHP and Subversion versions built. All available combinations can be found here. You may pull the images like following:
docker pull deminy/php-svn:php-7.0-svn-1.8.19
docker pull deminy/php-svn:php-7.1-svn-1.9.9
docker pull deminy/php-svn:php-7.2-svn-1.10.3
docker pull deminy/php-svn:php-7.3-svn-1.11.0
docker pull deminy/php-svn:php-7.4-svn-1.13.0
docker pull deminy/php-svn:php-8.0-svn-1.14.0
# or, more specifically:
docker pull deminy/php-svn:php-7.1.19-svn-1.10.0
# To build image "deminy/php-svn" (the default image name) with specific versions of PHP and Subversion.
PHP_VERSION=7.4 SVN_VERSION=1.13.0 ./build.sh
PHP_VERSION=7.4.3 SVN_VERSION=1.13.0 ./build.sh
# To build and push image "deminy/php-svn" (the default image name) with specific versions of PHP and Subversion.
PHP_VERSION=7.4 SVN_VERSION=1.13.0 ./build.sh -p
PHP_VERSION=7.4.3 SVN_VERSION=1.13.0 ./build.sh -p
# To build and push image "deminy/customized-image-name" with specific versions of PHP and Subversion.
PHP_VERSION=7.4 SVN_VERSION=1.13.0 IMAGE_NAME=deminy/customized-image-name ./build.sh -p
PHP_VERSION=7.4.3 SVN_VERSION=1.13.0 IMAGE_NAME=deminy/customized-image-name ./build.sh -p
Content type
Image
Digest
Size
185.9 MB
Last updated
about 6 years ago
docker pull deminy/php-svn:php-7.4-svn-1.13.0