-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Added advanced input field Packer version, used to build the image. #10413
Conversation
…-tasks into packerVersionInput
@anuragc617 @sachinma if we want the task to use user provided Packer version, should we rather have a separate tool installer task on the lines of "Use Packer"? |
@bishal-pdMSFT is this different from when the user has Packer version already present on the machine. Should we try to mitigate the support risk that you see by adding appropriate help text? |
@sachinma the machine packer version support is more of a "backdoor" to be used in a minimal set of cases. Adding an explicit version input will make it appear that the task is designed to work with any packer version. |
…-tasks into packerVersionInput
This input will give an option to user to provide the packer version to use to build the image. With this input now the packer build task will behave as follows: