Ask HN: Alternatives to HashiCorp Packer?

16 points by nimbius ↗ HN
with the impending merger between IBM and Hashicorp, both OpenTofu and OpenBao exist as alternatives. Has an alternative to Packer been developed or proposed as part of the evacuation process from Hashicorp?

5 comments

[ 3.1 ms ] story [ 32.1 ms ] thread
I am not using packer but happily using terraform/nomad/consul/vault - i have no problem with the license change
Even back in 2016 I saw Packer as a "complete" piece of software. Do you need anything from newer versions?
If you’re using AWS there’s ImageBuilder, it’s by no means a drop-in replacement for packer and a closer look hints at just being ansible behind the scenes. You could probably achieve the same results with pure ansible and some cloud provider modules if needed. Ansible was bought by Redhat though, so still IBM, the licence is unchanged though
"goldboot is approximately what you would get if docker and packer were mixed together. Instead of building containers or virtual machines, goldboot builds images for real hardware."

https://github.com/fossable/goldboot

Maybe I was just using it wrong, but I never found packer to be all that valuable over a python or shell script.

Learning the DSL is more work than just doing the things it's trying to abstract away.