From 427c0307ca2190c090c8faae5d57308d9495d3fb Mon Sep 17 00:00:00 2001 From: mujtabaidrees94 Date: Wed, 3 Feb 2021 02:23:04 -0800 Subject: [PATCH] updated scone images access instructions in build steps --- BUILD.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/BUILD.md b/BUILD.md index 992a3ce..93ab383 100644 --- a/BUILD.md +++ b/BUILD.md @@ -7,11 +7,17 @@ https://creativecommons.org/licenses/by/4.0/ - Branch 'main' represents the code of workers in SCONE Secure Hw Mode - Branch 'no-cas-fs-unprotected' represents the code of workers (1) without SCONE (2) SCONE Sim Mode (3) SCONE Unsecure Hw Mode -## Install SCONE - -In order to build, install, and run Hyperledger Avalon with SCONE, SCONE -must be installed and configured. -The following instructions will guide you through the installation of [ _SCONE_](https://sconedocs.github.io/installation/) +## Install and Access SCONE + +- In order to build, install, and run Hyperledger Avalon with SCONE, SCONE must be installed and configured. +- The following instructions will guide you through the installation of [ _SCONE_](https://sconedocs.github.io/installation/) +- After correct installation of SCONE, access to SCONE images is required, SCONE uses gitlab as their docker images directory. +- Register at [https://gitlab.scontain.com](https://gitlab.scontain.com) and then request access for SCONE images in community version. +- Login using gitlab credentials + ``` + docker login registry.scontain.com:5050 + ``` +- After successful login you can access the SCONE images required for Hyperledger Avalon and test the workflows. ## RUN without Intel SGX