hashicorp / packer-plugin-vagrant

Packer plugin for Vagrant
https://packer.io
Mozilla Public License 2.0
13 stars 24 forks source link

Add post-processor for HCP Vagrant Box Registry #122

Closed chrisroberts closed 2 weeks ago

chrisroberts commented 3 weeks ago

Hi! This PR adds a new post-processor (vagrant-registry) for publishing vagrant boxes to the Vagrant box registry on HCP. The configuration and behavior of the post-processor closely matches that of the Vagrant Cloud post processor to require as little modification as possible for existing build templates.

Also includes a new doc page for the post-processor (based on the vagrant-cloud post-processor page with updates where needed).