diggerhq / digger

Digger is an open source IaC orchestration tool. Digger allows you to run IaC in your existing CI pipeline ⚡️
https://digger.dev
Apache License 2.0
2.86k stars 132 forks source link

Official Digger docker image #430

Open ZIJ opened 1 year ago

ZIJ commented 1 year ago

It would be great to have some official Docker image that you can pull and try digger (at least digger cli) without configuring CI/CD pipeline for that, or just use that image for running self-hosted github action runner

Raised by Igor Pinchuk (commonground ai)

motatoes commented 1 year ago

The idea of the current cli is to be invoked within the CI system since it listens to events and also parses the available workflow file which configures all the previliges. It would be possible to invoke the cli locally with manual mode but more scoping would be needed for us. It would also require us to understand whether the local cli simply shells out to the underlying process or whether it would execture a remote CI job for the user. Since in many cases organisations would not expect developers to configure their infrastructure environment locally. It would be great to hear more from the community about if they have a usecase for local execution of terraform