chef / bento

Packer templates for building minimal Vagrant baseboxes for multiple platforms
Apache License 2.0
4.23k stars 1.12k forks source link

Support LXC builder #907

Closed mjanser closed 6 years ago

mjanser commented 7 years ago

Since version 1.1.0 of packer it supports LXC and LXD builders. Do you plan to add them to your templates as well?

rmoriz commented 7 years ago

The goal of Bento is to provide VMWare, VirtualBox and Parallels images for use with vagrant and test-kitchen. LXC is not officially supported by vagrant and there are other tools to combine test-kitchen with cgroup-containers, e.g. https://github.com/test-kitchen/kitchen-docker

cheeseplus commented 7 years ago

@rmoriz hits the nail on the head there - we may offer libvirt and Hyper-V images in the future but the abstraction is specifically targeted at providers offered via Vagrant.

cheeseplus commented 6 years ago

Closing this one out as we're not likely do do this since there is not much value/utility in doing so at present.