External tools we use¶
This guide runs you through the external tools we use and how we use them. This will give you a better idea on how ContainerSSH is managed.
GitHub
GitHub provides a large chunk of our infrastructure, ranging from Git hosting, CI system to hosting this very website.
Terraform
Since we have a large number of repositories we use the Terraform Cloud to create and configure most of the settings in our GitHub organization. This also enables non-privileged users to request new repositories or changes to existing ones.
Snyk
Snyk is our tool of choice to keep an eye on security updates we need to apply to Go dependencies, as well as container images.
Docker Hub
Docker Hub is the primary source for our container images. Docker has graciously weaved rate limits for our organization.