veraison / services

Attestation verification services based on Veraison components
Apache License 2.0
24 stars 13 forks source link

Native deployment for Veraison #250

Closed setrofim closed 4 weeks ago

setrofim commented 1 month ago

This pull adds a "native" deployment for Veraison. This is similar to the existing "docker" deployment, but does not create docker containers, and instead runs natively on the system. The downside is that it has non-trivial dependencies (the deployment features boostrap scripts for Arch, Ubuntu, and MacOSX). The upside is that it is significantly faster to create, easier to use for development and debugging, and does not rely on Docker being set up on the system.

yogeshbdeshpande commented 4 weeks ago

@setrofim : Thanks for enabling the support for WSL users. We have validated the setup on my machine and now it all works to completion!