numtide / terraform-provider-linuxbox

Configure Linux machines with Terraform
https://registry.terraform.io/providers/numtide/linuxbox/latest/docs
BSD 3-Clause "New" or "Revised" License
29 stars 4 forks source link

Support arbitrary docker builders #1

Open zimbatm opened 4 years ago

zimbatm commented 4 years ago

Not everybody wants to use docker build to create docker images.

zimbatm commented 4 years ago

This might also require to use a custom uploading tools such as the libraries used by skopeo

mloughran commented 4 years ago

My feeling is that it would be simpler if linuxbox focussed on the problem of running your infrastructure and left the orthogonal problem of building containers to other tools. There are plenty of good solutions in that space from my perspective, and it doesn't seem necessary for linuxbox to handle this.