From 3776158e5f061a42b28d15f97449ab072393a478 Mon Sep 17 00:00:00 2001 From: rameshthoomu Date: Wed, 25 Jul 2018 15:41:17 -0400 Subject: [PATCH] FAB-11312 Update fabric image version Update fabric image version to 1.2.1-stable to pull the latest fabric and fabric-ca docker images Change-Id: I282b5ed177bad34579d149fa832f178aef64c775 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 2451d6dc..aa5e701c 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.2.1-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 fea4fc1e..04395e17 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.2.1 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