From 43acba786708b884895d84bf849e0b50b0751583 Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Tue, 9 Oct 2018 14:04:05 +0800 Subject: [PATCH] Update baseimage to 0.4.13 --- hyperledger_fabric/latest/base.yaml | 6 +++--- hyperledger_fabric/latest/scripts/variables.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hyperledger_fabric/latest/base.yaml b/hyperledger_fabric/latest/base.yaml index 55446926..f01d5092 100644 --- a/hyperledger_fabric/latest/base.yaml +++ b/hyperledger_fabric/latest/base.yaml @@ -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 diff --git a/hyperledger_fabric/latest/scripts/variables.sh b/hyperledger_fabric/latest/scripts/variables.sh index 661027ac..a4e47704 100644 --- a/hyperledger_fabric/latest/scripts/variables.sh +++ b/hyperledger_fabric/latest/scripts/variables.sh @@ -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 \ No newline at end of file +PROJECT_VERSION=1.3.0