Skip to content

Commit

Permalink
Merge pull request #55 from iExecBlockchainComputing/release/7.1.1
Browse files Browse the repository at this point in the history
Release/7.1.1
  • Loading branch information
jeremyjams authored Jul 4, 2022
2 parents b0e85fb + 456f53e commit 334a2ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CI/CD version
## git clone, then cd into
## docker image build -f docker/Dockerfile -t nexus.iex.ec/tee-worker-post-compute:dev . --no-cache
## docker image build -f docker/Dockerfile -t nexus.intra.iex.ec/tee-worker-post-compute:dev . --no-cache

ARG HOME=/home
ARG JAR_PATH=$HOME/build/libs/app-all.jar
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=7.1.0
version=7.1.1
iexecCommonVersion=6.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class IntegrationTests {
public static final String POST_COMPUTE = "post-compute";
public static final String INTERNAL_NETWORK = "iexec-post-compute-net";
public static final String TEE_WORKER_POST_COMPUTE_IMAGE =
"nexus.iex.ec/tee-worker-post-compute:dev";
"nexus.intra.iex.ec/tee-worker-post-compute:dev";

@Container
private static final DockerComposeContainer<?> worker =
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/run/run-scone-app
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "Starting CAS & LAS:"
docker-compose up -d
sleep 5

MY_SCONE_APP=nexus.iex.ec/tee-worker-post-compute:d54599a-dev
MY_SCONE_APP=nexus.intra.iex.ec/tee-worker-post-compute:d54599a-dev
echo "Starting $MY_SCONE_APP"
docker run --rm --network=scone-net --name=my-scone-app --device=/dev/isgx -e SCONE_VERSION=1 -e SCONE_CAS_ADDR="cas" -e SCONE_LAS_ADDR="las" -e SCONE_CONFIG_ID="1/service" $MY_SCONE_APP

Expand Down

0 comments on commit 334a2ad

Please sign in to comment.