Skip to content

Releases: integritee-network/integritee-dev

v0.2.2

28 Aug 09:11
Compare
Choose a tag to compare

add protoc and python tools

v0.2.1

17 Mar 15:54
5a63fe0
Compare
Choose a tag to compare

Added missing sgx library

v0.2

17 Mar 13:28
be4632c
Compare
Choose a tag to compare

With this new release of dev environment the mount of the local folder with use the same permissions as on the host.
Example:

docker run --name integritee-dev-worker -it -v $(pwd):/home/ubuntu/worker -e MYUID=$(id -u) -e MYGUID=$(id -g) integritee/integritee-dev:0.2 /bin/bash

v0.1.13

09 Mar 13:34
abaf0e9
Compare
Choose a tag to compare

What's Changed

  • switch integritee-dev image to Ubuntu 22.04 (Jammy) by @OverOrion in #8

New Contributors

Full Changelog: v0.1.12...v0.1.13

v0.1.12

01 Feb 18:33
Compare
Choose a tag to compare

What's Changed

  • add netcat to base images for healthcheck by @clangenb in #7

New Contributors

Full Changelog: v0.1.10...v0.1.12

Rust SGX SDK 1.1.6

04 Jan 10:40
579eb56
Compare
Choose a tag to compare
  • Update to newer version of rust-sgx docker image

Rust SDK 1.1.6

30 Nov 09:23
579eb56
Compare
Choose a tag to compare

Upgrade rust SDK to 1.1.6

Rust SDK 1.1.4

28 Feb 09:09
e1da02e
Compare
Choose a tag to compare
  • Upgrade rust SDK to 1.1.4

v0.1.8

24 Feb 16:05
9f7cca1
Compare
Choose a tag to compare
  • Fix ld version

v0.1.7

01 Nov 11:49
Compare
Choose a tag to compare
  • add rustup self update