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 <rameshbabu.thoomu@gmail.com>
This commit is contained in:
rameshthoomu 2018-07-25 15:41:17 -04:00
parent ed81d7b9b1
commit 3776158e5f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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