hashicorp / packer-plugin-openstack

Packer plugin for OpenStack Builder
https://www.packer.io/docs/builders/openstack
Mozilla Public License 2.0
21 stars 19 forks source link

Verify checksums of images imported via external_source_image_url #116

Open benjamb opened 1 year ago

benjamb commented 1 year ago

Community Note

Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Description

Add verification of checksums for images imported via external URLs.

Potential configuration

external_source_image_url = "https://cloud.debian.org/images/cloud/bookworm/20231013-1532/debian-12-generic-amd64-20231013-1532.qcow2"
external_source_image_checksum = "b2ddc01e8d13dabbcfde6661541aae92219be2d442653950f0e44613ddebaeb80dc7a83e0202c5509c5e72f4bd1f4edee4c83f35191f2562b3f31e20e9e87ec2"
lbajolet-hashicorp commented 1 year ago

Hi @benjamb,

Thanks for opening this issue. I don't think we'll have time to implement that in the near future since we don't have Openstack users on our team, and have other priorities at the moment.

We are accepting contributions for the plugin though, would you be interested in contributing this? We can help if needed, and will happily review the code!

benjamb commented 1 year ago

@lbajolet-hashicorp Yeah, I'm interested in contributing this, when free time allows. Helps to know such a contribution will be welcome :)