Skip to content

Commit

Permalink
Merge pull request #948 from scrtlabs/hw-ci-fix
Browse files Browse the repository at this point in the history
Fix for CI aesm
  • Loading branch information
Cashmaney authored Jul 5, 2022
2 parents 39afcaa + 3d93f2b commit f4375c1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions deployment/ci/docker-compose.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
aesm:
image: enigmampc/aesm
image: fortanix/aesmd:2.13.103.1-1
devices:
- /dev/sgx/enclave
- /dev/sgx/provision
Expand All @@ -20,8 +20,9 @@ services:
- aesm
devices:
- /dev/sgx/enclave
- /dev/sgx/provision
volumes:
- /var/run/aesmd:/var/run/aesmd
- /tmp/aesmd:/var/run/aesmd
- /tmp/secretd:/root/.secretd
- /tmp/secretcli:/root/.secretcli
stdin_open: true
Expand All @@ -39,8 +40,9 @@ services:
- aesm
devices:
- /dev/sgx/enclave
- /dev/sgx/provision
volumes:
- /var/run/aesmd:/var/run/aesmd
- /tmp/aesmd:/var/run/aesmd
- /tmp/secretd:/root/.secretd
# - /tmp/secretcli:/root/.secretcli
stdin_open: true
Expand All @@ -58,8 +60,9 @@ services:
- bootstrap
devices:
- /dev/sgx/enclave
- /dev/sgx/provision
volumes:
- /var/run/aesmd:/var/run/aesmd
- /tmp/aesmd:/var/run/aesmd
- /tmp/secretd:/tmp/.secretd
# - /tmp/secretcli:/root/.secretcli
stdin_open: true
Expand All @@ -74,8 +77,9 @@ services:
- aesm
devices:
- /dev/sgx/enclave
- /dev/sgx/provision
volumes:
- /var/run/aesmd:/var/run/aesmd
- /tmp/aesmd:/var/run/aesmd
- /tmp/secretd:/tmp/.secretd
- /tmp/secretcli:/root/.secretcli
stdin_open: true
Expand Down

0 comments on commit f4375c1

Please sign in to comment.