Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Official Docker image for running terratest in CI #1394

Open
madpipeline opened this issue Feb 19, 2024 · 0 comments
Open

Official Docker image for running terratest in CI #1394

madpipeline opened this issue Feb 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@madpipeline
Copy link

Describe the solution you'd like
It would be very useful to have an official Terratest docker image that we could use for CI. This docker image would include anything necessary to run go test with the terratest library.

Perhaps a set of docker images for each of the supported tool for testing: One for Terraform, packer, docker, etc.

Describe alternatives you've considered

  • building our own is useful if something specific is needed, but for the basics, an official image would be useful. We could inherit this image if more things are necessary
  • in some cases a private docker registry is not available, and publishing the docker image to a public registry is not allowed, so we end up having to build the docker image for this on every run, which takes time.

Additional context
There are a few ideas on how to approach this out there. An official image would be of great value.

@madpipeline madpipeline added the enhancement New feature or request label Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant