File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
1313- Upgrade to Gradle 8.7. (#260 )
1414- Upgrade to ` eclipse-temurin:11.0.22_7-jre-focal ` . (#261 )
1515- Upgrade to Spring Boot 2.7.18. (#262 )
16+ - Upgrade to sconify tools and Scone runtime 5.8.8 for SGX enclaves. (#263 )
1617
1718## [[ 8.5.1]] ( https://github.com/iExecBlockchainComputing/iexec-sms/releases/tag/v8.5.1 ) 2024-04-02
1819
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ sconeBuildUnlocked(
2929 imageTag : buildInfo. imageTag,
3030 sconifyArgsPath : ' ./docker/sconify.args' ,
3131 sconifyImage : ' scone-debug/iexec-sconify-image-unlocked' ,
32- sconifyVersion : ' 5.7.2-wal '
32+ sconifyVersion : ' 5.8.8 '
3333)
Original file line number Diff line number Diff line change 88--stack="8M" \
99--binary-fs \
1010--fs-dir=/app \
11+ --mprotect=1 \
1112--host-path=/etc/hosts \
1213--host-path=/etc/resolv.conf \
Original file line number Diff line number Diff line change 33cd $( dirname $0 )
44
55SCONE_IMG_NAME=scone-debug/iexec-sconify-image-unlocked
6- SCONE_IMG_VERSION=5.7.2-wal
6+ SCONE_IMG_VERSION=5.8.8
77
88IMG_TO=${IMG_FROM} -sconify-${SCONE_IMG_VERSION} -debug
99
You can’t perform that action at this time.
0 commit comments