Releases: sparsick/testcontainers-git
Releases · sparsick/testcontainers-git
Release 0.1.0
Initial Release
This project contains a Testcontainers implementation for a plain git server based on the Docker image rockstorm/git-server (Github Project).
It sets up the git server with a ready to use repository with the default name testRepo. The repository name can be overwritten. As default this git repository would be exposed as a SSH URI. The port is set by testcontainers' mechanism. The access is via a password (Default: 12345, can also be overwritten).