Patryk Bęza
|
51c1e72a03
|
Use Docker's entrypoint instead of command
|
2024-07-11 17:49:37 +02:00 |
|
Patryk Bęza
|
78447ea307
|
Unify verify-attestation-sgx and verify-attestation
Rationale: too much copy-paste
|
2024-07-11 17:13:11 +02:00 |
|
Harald Hoyer
|
1505b14db0
|
chore: remove obsolete Dockerfiles
all is built via nix and maintaining those files would mean more work.
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
|
2024-06-21 11:23:41 +02:00 |
|
Harald Hoyer
|
97420df006
|
feat: attestation test on azure and default dcap
```
❯ docker run -i --rm --privileged --device /dev/sgx_enclave --net host \
matterlabsrobot/teepot-self-attestation-test-sgx-azure:latest \
| base64 -d --ignore-garbage \
| docker run -i --rm --net host matterlabsrobot/verify-attestation-sgx-azure:latest
```
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
|
2024-03-07 16:05:27 +01:00 |
|
Harald Hoyer
|
59807c4286
|
chore(deps): remove unused dependencies
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
|
2024-02-28 15:18:28 +01:00 |
|
Harald Hoyer
|
89ffbd35a8
|
feat: initial commit
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
|
2024-02-09 10:10:53 +01:00 |
|