-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
ebs-surrogate: Make AMI registration optional #4899
Comments
thanks for the request. This will actually be an option in the next release! See #4681 |
actually reopening because #4681 isn't implemented for ebs surrogate |
Sweet! Didn't know that! Thanks a lot! :) |
Since it looks like #4681 was closed without merging, while this issue is still open, I'd like to make the case for this being a useful option. In my case, I have branch builds and PR builds for my packer images. I'm never going to use the artifacts generated by either of these builds, but I want quick feedback on whether or not the rest of the build succeeded before either opening a PR (which will do the build on a merged branch, so it's potentially different than the branch build) or merging that PR after the builds complete successfully. |
@SwampDragons maybe this should be closed with the same motivation as #4681 ? |
This issue has been automatically migrated to hashicorp/packer-plugin-amazon#22 because it looks like an issue with that plugin. If you believe this is not an issue with the plugin, please reply to hashicorp/packer-plugin-amazon#22. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I want to build images for netboot (pxe) for our on-premise hardware using packer and i want to do this on Amazon EC2. Since the result of the build won't run in AWS it would be great if taking a snapshot and registering it as an AMI was optional for the amazon builders.
If this was optional i could use something like Amazon ebs surrogate builder:
The text was updated successfully, but these errors were encountered: