SecureValueRecovery2/trustedimage/README.md
2024-06-14 12:43:37 -05:00

865 B

Generate and build AMD-SEV-SNP attestable VM disk images for GCP or Azure

Dependencies

To run build and upload disk images, you'll need

  • packer
  • gcloud (to make GCP disk images)
  • az (to make Azure disk images)

Then you'll also need to install the qemu plugin for packer, run

packer init template.pkr.hcl

Finally, you'll have to configure credentials and projects for the cloud provider you want to build disk images on. See azure_config.example or gcp_config.example.

Building

make build/gcp_version will create a GCP disk image make build/azure_version will create an Azure disk image make will default to the GCP version