scylladb / scylla-machine-image

Apache License 2.0
19 stars 26 forks source link

Packer - move to use external plugins #490

Closed mykaul closed 3 months ago

mykaul commented 10 months ago
 Warning: Bundled plugins used

 This template relies on the use of plugins bundled into the Packer binary.
 The practice of bundling external plugins into Packer will be removed in an
 upcoming version.

 To remove this warning and ensure builds keep working you can install these
 external plugins with the 'packer plugins install' command

 * packer plugins install github.com/hashicorp/azure
 * packer plugins install github.com/hashicorp/amazon
 * packer plugins install github.com/hashicorp/googlecompute
mykaul commented 10 months ago

We can of course install the correct plugin per packer image build.

yaronkaikov commented 3 months ago

Done as part of https://github.com/scylladb/scylla-pkg/pull/4168