Skip to content

Commit

Permalink
Re-release Hyperledger Fabric v1.1.1
Browse files Browse the repository at this point in the history
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 <gari.r.singh@gmail.com>
  • Loading branch information
mastersingh24 committed Jul 8, 2018
1 parent cbbab42 commit df84b5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit df84b5b

Please sign in to comment.