We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vagrant package has a --output NAME option that allows setting the name of the output .box file.
vagrant package
--output NAME
Currently the Vagrant plugin for Packer hard-codes this to package.box
package.box
This will simplify the amount of out-of-packer processing required, when using the vagrant builder.
{ "output_name": "my-name-{{ user `version` }}.box" }
the current implementation
The text was updated successfully, but these errors were encountered:
Bump github.com/hashicorp/packer-plugin-sdk from 0.1.4 to 0.2.0 (#16)
a95926e
Bumps [github.com/hashicorp/packer-plugin-sdk](https://github.com/hashicorp/packer-plugin-sdk) from 0.1.4 to 0.2.0. - [Release notes](https://github.com/hashicorp/packer-plugin-sdk/releases) - [Changelog](https://github.com/hashicorp/packer-plugin-sdk/blob/main/CHANGELOG.md) - [Commits](hashicorp/packer-plugin-sdk@v0.1.4...v0.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
No branches or pull requests
Description
vagrant package
has a--output NAME
option that allows setting the name of the output .box file.Currently the Vagrant plugin for Packer hard-codes this to
package.box
Use Case(s)
This will simplify the amount of out-of-packer processing required, when using the vagrant builder.
Potential configuration
Potential References
the current implementation
The text was updated successfully, but these errors were encountered: