fkeitxflf 6 年之前
父节点
当前提交
e5377d434d
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      pack.sh

+ 5 - 5
pack.sh

@@ -1,11 +1,11 @@
 #!/bin/bash
 project=suning
 channel=mychannel
-docker_ca_images="hyperledger/fabric-ca:x86_64-1.0.0-rc1"
-docker_peer_images="hyperledger/fabric-peer:x86_64-1.0.0-rc1"
-docker_couchdb_images="hyperledger/fabric-couchdb:x86_64-1.0.0-rc1"
-docker_orderer_images="docker.io/hyperledger/fabric-orderer:x86_64-1.0.0-rc1"
-docker_ccenv_images="docker.io/hyperledger/fabric-ccenv:x86_64-1.0.0-rc1"
+docker_ca_images="hyperledger/fabric-ca::x86_64-1.0.5"
+docker_peer_images="hyperledger/fabric-peer::x86_64-1.0.5"
+docker_couchdb_images="hyperledger/fabric-couchdb::x86_64-1.0.5"
+docker_orderer_images="docker.io/hyperledger/fabric-orderer::x86_64-1.0.5"
+docker_ccenv_images="docker.io/hyperledger/fabric-ccenv::x86_64-1.0.5"
 docker_baseos_images="docker.io/hyperledger/fabric-baseos:x86_64-0.4.2"
 
 rm -rf "$project"_*