apache / incubator-teaclave

Apache Teaclave (incubating) is an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple.
https://teaclave.apache.org
Apache License 2.0
757 stars 159 forks source link

Fix deploy instruction for Azure to comply with SGX 2.17. #687

Closed sarutak closed 1 year ago

sarutak commented 1 year ago

Description

The instruction for deployment on Azure doesn't work due to SGX 2.14 is used in the docker image teaclave/teaclave-build-ubuntu-1804-sgx-2.14. Now that SGX 2.17 is required, teaclave/teaclave-build-ubuntu-1804-sgx-2.17.1 should be used.

Type of change (select or add applied and delete the others)

How has this been tested?

Confirmed docker run passes with the new instruction.

Checklist