Skip to content

Commit

Permalink
Merge pull request #33 from iExecBlockchainComputing/release/7.0.0
Browse files Browse the repository at this point in the history
Release/7.0.0
  • Loading branch information
zguesmi authored Dec 15, 2021
2 parents e8cc91c + 4858585 commit 8c0ff29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Readme @ http://gitlab.iex.ec:30000/iexec/jenkins-library
@Library('[email protected].4') _
@Library('global-[email protected].7') _

def nativeImage = buildSimpleDocker_v2(dockerfileDir: './docker', buildContext: '.',
dockerImageRepositoryName: 'tee-worker-post-compute', imageprivacy: 'public')
Expand Down
2 changes: 1 addition & 1 deletion docker/sconify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ ARGS=$(sed -e "s'\${IMG_FROM}'${IMG_FROM}'" -e "s'\${IMG_TO}'${IMG_TO}'" sconify
echo $ARGS

/bin/bash -c "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock \
registry.scontain.com:5050/sconecuratedimages/iexec-sconify-image:5.3.6 \
registry.scontain.com:5050/scone-production/iexec-sconify-image:5.3.9 \
sconify_iexec $ARGS"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=6.1.0
version=7.0.0
iexecCommonVersion=5.4.0
2 changes: 1 addition & 1 deletion src/main/resources/run/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
networks:
- scone-net
scone-cli:
image: registry.scontain.com:5050/sconecuratedimages/iexec-sconify-image:5.3.3
image: registry.scontain.com:5050/scone-production/iexec-sconify-image:5.3.9
container_name: scone-cli
command: bash -c "sleep 5 && scone session create /session.yml --cas cas --only_for_testing-disable-attestation-verification"
volumes:
Expand Down

0 comments on commit 8c0ff29

Please sign in to comment.