Update baseimage to 0.4.13

pull/126/head
Baohua Yang 2018-10-09 14:04:05 +08:00
parent 826bd8ea9d
commit 43acba7867
2 changed files with 5 additions and 5 deletions

View File

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

View File

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