Update baseimage to 0.4.13
parent
826bd8ea9d
commit
43acba7867
|
@ -110,7 +110,7 @@ services:
|
|||
command: bash -c 'while true; do sleep 20170504; done'
|
||||
|
||||
zookeeper-base:
|
||||
image: hyperledger/fabric-zookeeper:amd64-0.4.12
|
||||
image: hyperledger/fabric-zookeeper:amd64-0.4.13
|
||||
restart: always
|
||||
tty: true
|
||||
expose:
|
||||
|
@ -121,7 +121,7 @@ services:
|
|||
kafka-base:
|
||||
# official repo doesn't have 1.1.0-alpha tag, however, kafka changes version recently
|
||||
#image: yeasy/hyperledger-fabric-kafka:0.10.2.0
|
||||
image: hyperledger/fabric-kafka:amd64-0.4.12
|
||||
image: hyperledger/fabric-kafka:amd64-0.4.13
|
||||
restart: always
|
||||
tty: true
|
||||
environment:
|
||||
|
@ -133,7 +133,7 @@ services:
|
|||
- '9092'
|
||||
|
||||
couchdb-base:
|
||||
image: hyperledger/fabric-couchdb:amd64-0.4.12
|
||||
image: hyperledger/fabric-couchdb:amd64-0.4.13
|
||||
restart: always
|
||||
tty: true
|
||||
|
||||
|
|
|
@ -128,9 +128,9 @@ CFG_DELTA_ENV_PB=config_delta_env.pb
|
|||
ARCH=amd64
|
||||
|
||||
# for the base images, including baseimage, baseos, couchdb, kafka, zookeeper
|
||||
BASE_IMG_TAG=0.4.12
|
||||
BASE_IMG_TAG=0.4.13
|
||||
|
||||
# For fabric images, including peer, orderer, ca
|
||||
FABRIC_IMG_TAG=latest
|
||||
|
||||
PROJECT_VERSION=1.3.0
|
||||
PROJECT_VERSION=1.3.0
|
||||
|
|
Loading…
Reference in New Issue