hashicorp / packer-plugin-googlecompute

Packer plugin for Google Compute Builder
https://www.packer.io/docs/builders/googlecompute
Mozilla Public License 2.0
23 stars 51 forks source link

builder: add fedora-coreos-cloud project #192

Closed lbajolet-hashicorp closed 8 months ago

lbajolet-hashicorp commented 8 months ago

When a user specifies a image_family_name to get the latest version of an image to build their custom image upon, the plugin attempts to get the family specified from a static list of projects.

In this case, a user attempted to get the fedora-coreos-stable' family, present in thefedora-coreos-cloud` project, which was not in the default list of the GCE driver.

This commit changes this.

Closes: #191

lbajolet-hashicorp commented 8 months ago

Note: as mentioned in the related issue, we should definitely add a way for users to specify the project they want to get their image from if someone else in the future attempts to get their image from another yet unsupported project.

nywilken commented 8 months ago

Note: as mentioned in the related issue, we should definitely add a way for users to specify the project they want to get their image from if someone else in the future attempts to get their image from another yet unsupported project.

Note: as mentioned in the related issue, we should definitely add a way for users to specify the project they want to get their image from if someone else in the future attempts to get their image from another yet unsupported project.

Let’s create an issue for this if one doesn’t exist.

lbajolet-hashicorp commented 8 months ago

Will do tomorrow for sure!