Skip to content
New issue

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

Allow configuring output .box file name #16

Open
stephenreay opened this issue Jun 2, 2021 · 0 comments
Open

Allow configuring output .box file name #16

stephenreay opened this issue Jun 2, 2021 · 0 comments

Comments

@stephenreay
Copy link

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

{
    "output_name": "my-name-{{ user `version` }}.box"
}

Potential References

the current implementation

aaronknister referenced this issue in aaronknister/packer-plugin-vagrant Mar 16, 2022
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant