@super-protocol/addons-tee 0.8.12-beta.8 → 0.8.12-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/test_sgx_env/Dockerfile
CHANGED
|
@@ -3,8 +3,8 @@ FROM node:16-buster-slim
|
|
|
3
3
|
RUN apt update && apt install -y libcurl4 libcjson1 curl gnupg2 && rm -rf /var/lib/apt/lists/*
|
|
4
4
|
RUN curl -fsSL https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add - \
|
|
5
5
|
&& echo 'deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu bionic main' >> /etc/apt/sources.list.d/intel-sgx.list \
|
|
6
|
-
&& apt-get update \
|
|
7
|
-
&& apt install libsgx-dcap-default-qpl libsgx-urts
|
|
6
|
+
&& apt-get update \
|
|
7
|
+
&& apt install libsgx-dcap-default-qpl libsgx-urts -y
|
|
8
8
|
|
|
9
9
|
COPY ./sgx_default_qcnl.conf /etc/sgx_default_qcnl.conf
|
|
10
10
|
|
|
@@ -5,7 +5,7 @@ Distro: "ubuntu:20.04"
|
|
|
5
5
|
# below; typically, you want to keep the default values though
|
|
6
6
|
Gramine:
|
|
7
7
|
Repository: "https://github.com/Super-Protocol/sp-gramine.git"
|
|
8
|
-
Branch: "v1.
|
|
8
|
+
Branch: "v1.6.1-sp"
|
|
9
9
|
|
|
10
10
|
# Specify the Intel SGX driver installed on your machine (more specifically, on the machine where
|
|
11
11
|
# the graminized Docker container will run); there are several variants of the SGX driver:
|