scylla-machine-image icon indicating copy to clipboard operation
scylla-machine-image copied to clipboard

Packer - move to use external plugins

Open mykaul opened this issue 1 year ago • 1 comments

 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 avatar Dec 04 '23 08:12 mykaul

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

mykaul avatar Dec 04 '23 08:12 mykaul

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

yaronkaikov avatar Jul 01 '24 06:07 yaronkaikov