From ca6959cb5dc046c21289ea4681382c13e05cdc73 Mon Sep 17 00:00:00 2001 From: rameshthoomu Date: Wed, 25 Jul 2018 15:39:10 -0400 Subject: [PATCH] FAB-11311 Update fabric image version Update fabric image version to 1.3.0-stable to pull the latest fabric and fabric-ca docker images Change-Id: I598b98afa205ca68b37598d159bf0fb9f36fd370 Signed-off-by: rameshthoomu --- scripts/Jenkins_Scripts/CI_Script.sh | 2 +- scripts/Jenkins_Scripts/byfn_eyfn.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Jenkins_Scripts/CI_Script.sh b/scripts/Jenkins_Scripts/CI_Script.sh index 2451d6dc2e..453084a412 100755 --- a/scripts/Jenkins_Scripts/CI_Script.sh +++ b/scripts/Jenkins_Scripts/CI_Script.sh @@ -8,7 +8,7 @@ # exit on first error export BASE_FOLDER=$WORKSPACE/gopath/src/github.com/hyperledger -export PROJECT_VERSION=1.2.0-stable +export PROJECT_VERSION=1.3.0-stable export NEXUS_URL=nexus3.hyperledger.org:10001 export ORG_NAME="hyperledger/fabric" export NODE_VER=8.9.4 # Default nodejs version diff --git a/scripts/Jenkins_Scripts/byfn_eyfn.sh b/scripts/Jenkins_Scripts/byfn_eyfn.sh index fea4fc1e56..49cd66803d 100755 --- a/scripts/Jenkins_Scripts/byfn_eyfn.sh +++ b/scripts/Jenkins_Scripts/byfn_eyfn.sh @@ -13,7 +13,7 @@ MVN_METADATA=$(echo "https://nexus.hyperledger.org/content/repositories/releases curl -L "$MVN_METADATA" > maven-metadata.xml RELEASE_TAG=$(cat maven-metadata.xml | grep release) COMMIT=$(echo $RELEASE_TAG | awk -F - '{ print $4 }' | cut -d "<" -f1) -VERSION=1.2.0 +VERSION=1.3.0 echo "-----------> BASE_VERSION = $VERSION" cd $BASE_FOLDER/fabric-samples || exit curl https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/hyperledger-fabric-stable/$MARCH-$ARCH.$VERSION-stable-$COMMIT/hyperledger-fabric-stable-$MARCH-$ARCH.$VERSION-stable-$COMMIT.tar.gz | tar xz