Subversion server with pre-created first repository.
1.2K
This image is for SVN service based on garethflowers/svn-server with pre-created first repository.
This image is intended to run by orchestration tool like Docker Compose.
It follows garethflowers/svn-server.
Additionally, we can use following environment variable:
AUTH_ACCESS_WRITEIf true, enable read and write access for authenticated users to the repository.
(default: true)
REPOSITORY_NAMEFirst pre-created repository's name.(default: project-in-svn)
REVISION_PROPERTY_CHANGEIf true, enable revision property change like editing log message
or loading dump by executing svnrdump command.
(default: false)
USER_x_NAMEUser name to authenticate for repository.
We can define multiple users like USER_1_NAME, USER_2_NAME, ...
Don't skip number or the number after that will not be read.
USER_x_PASSUser password to authenticate for repository.
We can define multiple users like USER_1_PASS, USER_2_PASS, ...
This variables will be pair with USER_x_NAME which has same number.
Content type
Image
Digest
Size
6.2 MB
Last updated
over 6 years ago
docker pull futureys/svn-repository