Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
/ docker-php-svn Public archive

Dockerized test environments with different combination of PHP and Subversion versions built.

License

Notifications You must be signed in to change notification settings

deminy/docker-php-svn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image deminy/php-svn

License: MIT

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
# or, more specifically:
docker pull deminy/php-svn:php-7.1.19-svn-1.10.0

Docker Build and Push Commands

# 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

References

About

Dockerized test environments with different combination of PHP and Subversion versions built.

Topics

Resources

License

Stars

Watchers

Forks