This is a lightweight Docker image used for GitLab CI/CD runners, originally created for catching terraform lint/fmt errors (CPT-374).
Please keep this image as small as possible. If you need a more robust image, consider satoshi-gitops-ci or creating a new image for your use case.
This image uses Alpine Linux, a lightweight distribution created to lower the size of Docker images.
TODO
Implementation is based off of this Medium article.