-
Notifications
You must be signed in to change notification settings - Fork 46
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
[Feature Request] Add support for usage of required_plugins #58
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In new packer versions it is possible to define required plugin in packer configuration file. This eliminates need to download the plugin locally and execute manual steps to download,
chmod
, etc. So this simplify whole process very much and allows users to keep exact dependency version directly in repositories.When I try to use it I use following config:
But it fails with this error:
It looks like the repository has to be renamed in order to allow this feature to work -- source: https://www.packer.io/docs/plugins#source-addresses.
Would it be possible to rename this repository to provide this? I think when renaming github repository, also the old name is preserved and redirected to new repository so this change is not that backwards incompatible.
Here is working example by using my fork https://github.com/Lirt/packer-plugin-goss/releases/tag/v3.1.2:
The text was updated successfully, but these errors were encountered: