From df84b5b3c3014c3f6cf469df21766dcd645ecb7e Mon Sep 17 00:00:00 2001 From: Gari Singh Date: Sun, 8 Jul 2018 08:26:04 -0400 Subject: [PATCH] Re-release Hyperledger Fabric v1.1.1 FAB-11060 - needed to add fix for FAB-11094 - modify make docker target to only build peer, orderer, ccenv and tools images Change-Id: I8c6a2abf5e54316d198310ec106dd1cffd0ff8ce Signed-off-by: Gari Singh --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 039c4ff798a..878a3e94907 100755 --- a/Makefile +++ b/Makefile @@ -41,8 +41,8 @@ # use in the local machine. # - docker-thirdparty - pulls thirdparty images (kafka,zookeeper,couchdb) -BASE_VERSION = 1.1.2 -PREV_VERSION = 1.1.1 +BASE_VERSION = 1.1.1 +PREV_VERSION = 1.1.0 CHAINTOOL_RELEASE=1.1.1 BASEIMAGE_RELEASE=0.4.6 @@ -102,7 +102,7 @@ PROJECT_FILES = $(shell git ls-files | grep -v ^test | grep -v ^unit-test | \ grep -v ^.git | grep -v ^examples | grep -v ^devenv | grep -v .png$ | \ grep -v ^LICENSE ) RELEASE_TEMPLATES = $(shell git ls-files | grep "release/templates") -IMAGES = peer orderer ccenv javaenv buildenv testenv tools +IMAGES = peer orderer ccenv tools RELEASE_PLATFORMS = windows-amd64 darwin-amd64 linux-amd64 linux-ppc64le linux-s390x RELEASE_PKGS = configtxgen cryptogen configtxlator peer orderer