Skip to content

Commit

Permalink
deps: update occlum/occlum Docker tag to v0.30.0
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
renovate[bot] authored and daniel-weisse committed Nov 10, 2023
1 parent fe07819 commit ca7f474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/occlum-hello/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM occlum/occlum:0.29.7-ubuntu20.04
FROM occlum/occlum:0.30.0-ubuntu20.04

ARG ERT_VERSION="0.4.1"
ARG ERT_DEB=edgelessrt_${ERT_VERSION}_amd64_ubuntu-20.04.deb
Expand Down
2 changes: 1 addition & 1 deletion samples/occlum-hello/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Make sure to mount your `/etc/sgx_default_qcnl.conf` so your application has acc
Note that we also chose `--network host` here, as we assume you do not run the coordinator in the same Docker instance. **This option is potentially insecure in production use**, as it disables the isolation of the container network. For a production setup, we recommend that you choose a setup that exposes the coordinator to the container.

```sh
docker run -it --network host --device /dev/sgx_enclave --device /dev/sgx_provision -v /dev/sgx:/dev/sgx -v /etc/sgx_default_qcnl.conf:/etc/sgx_default_qcnl.conf occlum/occlum:0.29.7-ubuntu20.04
docker run -it --network host --device /dev/sgx_enclave --device /dev/sgx_provision -v /dev/sgx:/dev/sgx -v /etc/sgx_default_qcnl.conf:/etc/sgx_default_qcnl.conf occlum/occlum:0.30.0-ubuntu20.04
```

Inside the Docker instance, install EdgelessRT.
Expand Down

0 comments on commit ca7f474

Please sign in to comment.