GoogleCloudPlatform / cloud-builders-community

Community-contributed images for Google Cloud Build
https://cloud.google.com/cloud-build/
Apache License 2.0
1.25k stars 851 forks source link

Add init to Packer builder and bump versions #628

Closed danbarr closed 1 year ago

danbarr commented 1 year ago

Adds the packer block and a packer init step to the Packer example.

Rationale: a future version of Packer will remove bundled plugins from the packer binary. The recommended approach is to use the required_plugins block and run packer init.

Several version bumps and other updates: