Change image to use 1.0.0 tag

pull/108/head
Baohua Yang 2017-08-31 18:28:00 +08:00
parent 64f6a033fb
commit a4721ede17
4 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
# Copyright IBM Corp. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
---
################################################################################
#

View File

@ -13,7 +13,7 @@ version: '2' # v3 does not support 'extends' yet
services:
ca:
image: hyperledger/fabric-ca
image: yeasy/hyperledger-fabric-ca:1.0.0
container_name: fabric-ca
hostname: fabric-ca
# command: /go/src/github.com/hyperledger/fabric-ca/bin/ca server start -ca testdata/ec.pem -ca-key testdata/ec-key.pem -config testdata/testconfig.json
@ -36,7 +36,7 @@ services:
command: orderer start
cli:
image: hyperledger/fabric-tools
image: yeasy/hyperledger-fabric:1.0.0
container_name: fabric-cli
hostname: fabric-cli
tty: true

View File

@ -8,7 +8,7 @@ version: '2'
services:
orderer-base:
image: hyperledger/fabric-orderer
image: yeasy/hyperledger-fabric-orderer:1.0.0
environment:
- ORDERER_GENERAL_LOGLEVEL=DEBUG
- ORDERER_GENERAL_LISTENADDRESS=0.0.0.0

View File

@ -8,7 +8,7 @@ version: '2'
services:
peer-base:
image: hyperledger/fabric-peer
image: yeasy/hyperledger-fabric-peer:1.0.0
environment:
#- CORE_PEER_ID=peer0
- CORE_PEER_ADDRESSAUTODETECT=false