11# self-attestation-test
22
3- Optionally build and load the containers (remove the ` matterlabsrobot /` repo from the commands below then)
3+ Optionally build and load the containers (remove the ` ghcr.io/matter-labs /` repo from the commands below then)
44
55``` bash
66$ nix build -L .# container-verify-attestation-sgx && docker load -i result
@@ -12,9 +12,9 @@ $ nix build -L .#container-self-attestation-test-sgx-azure && docker load -i res
1212
1313``` bash
1414❯ docker run -i --init --rm --privileged --device /dev/sgx_enclave \
15- matterlabsrobot /teepot-self-attestation-test-sgx-azure:latest \
15+ ghcr.io/matter-labs /teepot-self-attestation-test-sgx-azure:latest \
1616 | base64 -d --ignore-garbage \
17- | docker run -i --rm matterlabsrobot /verify-attestation-sgx:latest -
17+ | docker run -i --rm ghcr.io/matter-labs /verify-attestation-sgx:latest -
1818
1919aesm_service: warning: Turn to daemon. Use " --no-daemon" option to execute in foreground.
2020Gramine is starting. Parsing TOML manifest file, this may take some time...
@@ -31,9 +31,9 @@ reportdata: 00000000000000000000000000000000000000000000000000000000000000000000
3131
3232``` bash
3333❯ docker run -i --init --rm --privileged --device /dev/sgx_enclave \
34- matterlabsrobot /teepot-self-attestation-test-sgx-dcap:latest \
34+ ghcr.io/matter-labs /teepot-self-attestation-test-sgx-dcap:latest \
3535 | base64 -d --ignore-garbage \
36- | docker run -i --rm matterlabsrobot /verify-attestation-sgx:latest -
36+ | docker run -i --rm ghcr.io/matter-labs /verify-attestation-sgx:latest -
3737
3838aesm_service: warning: Turn to daemon. Use " --no-daemon" option to execute in foreground.
3939Gramine is starting. Parsing TOML manifest file, this may take some time...
@@ -48,9 +48,9 @@ On an outdated machine, this might look like this:
4848
4949``` bash
5050❯ docker run -i --init --rm --privileged --device /dev/sgx_enclave \
51- matterlabsrobot /teepot-self-attestation-test-sgx-dcap:latest \
51+ ghcr.io/matter-labs /teepot-self-attestation-test-sgx-dcap:latest \
5252 | base64 -d --ignore-garbage \
53- | docker run -i --rm matterlabsrobot /verify-attestation-sgx:latest -
53+ | docker run -i --rm ghcr.io/matter-labs /verify-attestation-sgx:latest -
5454
5555aesm_service: warning: Turn to daemon. Use " --no-daemon" option to execute in foreground.
5656Gramine is starting. Parsing TOML manifest file, this may take some time...
@@ -73,9 +73,9 @@ reportdata: 00000000000000000000000000000000000000000000000000000000000000000000
7373
7474``` bash
7575❯ podman run -i --rm --group-add=keep-groups -v /var/run/aesmd:/var/run/aesmd -v /dev/sgx_enclave:/dev/sgx_enclave \
76- matterlabsrobot /teepot-self-attestation-test-sgx-dcap:latest \
76+ ghcr.io/matter-labs /teepot-self-attestation-test-sgx-dcap:latest \
7777 | base64 -d --ignore-garbage \
7878 | podman run -i --rm --net host \
7979 -v /etc/sgx_default_qcnl.conf:/etc/sgx_default_qcnl.conf \
80- matterlabsrobot /verify-attestation-sgx-dcap:latest
80+ ghcr.io/matter-labs /verify-attestation-sgx-dcap:latest
8181```
0 commit comments