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

Update Packer to release version 1.8.2 #581

Closed ejv closed 2 years ago

ejv commented 2 years ago

This PR does the following:

Note, the previous Packer release version 1.8.1 included fixes to address issues with legacy SSH key algorithms that fundamentally arose due to upstream changes in OpenSSH. This typically manifested in the form of build failures due to Packer authentication errors (handshake failed) on contemporary OS base images. Client authentication support for algorithms based on SHA-2 for use with existing RSA keys is now implemented, which will mitigate this particular corner case.

ejv commented 2 years ago

Updated PR in https://github.com/GoogleCloudPlatform/cloud-builders-community/pull/584.