pom.xml
<dependency>
<groupId>com.playtika.testcontainers</groupId>
<artifactId>embedded-git</artifactId>
<scope>test</scope>
</dependency>
-
embedded.git.enabled - true|false, default is true
-
`embedded.git.pathToRepositories - (required field) path to a folder with git repositories that `
-
embedded.git.dockerImage - default is 'rockstorm/git-server:2.38'
-
embedded.git.password - default is "embedded-git-password"
-
embedded.git.pathToSshdConfig - default is "config/sshd_config". Default sshd_config allows both ssh and username/password authentication methods.)
-
embedded.git.pathToAuthorizedKeys - specify path to authorized_keys file for setting up ssh connection
-
embedded.git.port
(default is '22')
-
embedded.git.host
(default is 'localhost')
-
embedded.git.password
(default is "embedded-git-password")
-
embedded.git.networkAlias
-
embedded.git.internalPort