Skip to content

Releases: sparsick/testcontainers-git

Release 0.1.0

06 Jun 17:51
Compare
Choose a tag to compare

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).