padok-team / burrito

🌯 Burrito is a TACoS 🌮
https://padok-team.github.io/burrito
Apache License 2.0
251 stars 9 forks source link

feat(performance): allow binary injection in runner image #253

Closed Alan-pad closed 6 months ago

Alan-pad commented 7 months ago

The runners created by Burrito always download the given terraform version and terragrunt version binaries, this can create network pressure and in cloud environments where you usually pay everything that goes through your internet or nat gateway this can become a non-negligible cost center.

We need to address 3 issues :

As a first step we'd like to allow the user to prepackage a runner image with its own binaries to do that we must :