From b77f983b8b4992251b032cd4d52f82fff2189b44 Mon Sep 17 00:00:00 2001 From: lley154 Date: Mon, 19 Feb 2024 22:55:48 -0500 Subject: [PATCH] - fix version for docker images --- test-network/compose/compose-ca.yaml | 6 +++--- test-network/compose/compose-test-net.yaml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test-network/compose/compose-ca.yaml b/test-network/compose/compose-ca.yaml index f678755b..4767b3ff 100644 --- a/test-network/compose/compose-ca.yaml +++ b/test-network/compose/compose-ca.yaml @@ -12,7 +12,7 @@ networks: services: ca_org1: - image: hyperledger/fabric-ca:latest + image: hyperledger/fabric-ca:1.5.7 labels: service: hyperledger-fabric environment: @@ -32,7 +32,7 @@ services: - test ca_org2: - image: hyperledger/fabric-ca:latest + image: hyperledger/fabric-ca:1.5.7 labels: service: hyperledger-fabric environment: @@ -52,7 +52,7 @@ services: - test ca_orderer: - image: hyperledger/fabric-ca:latest + image: hyperledger/fabric-ca:1.5.7 labels: service: hyperledger-fabric environment: diff --git a/test-network/compose/compose-test-net.yaml b/test-network/compose/compose-test-net.yaml index ba3a968c..c80621a1 100644 --- a/test-network/compose/compose-test-net.yaml +++ b/test-network/compose/compose-test-net.yaml @@ -18,7 +18,7 @@ services: orderer.example.com: container_name: orderer.example.com - image: hyperledger/fabric-orderer:latest + image: hyperledger/fabric-orderer:2.5.4 labels: service: hyperledger-fabric environment: @@ -60,7 +60,7 @@ services: peer0.org1.example.com: container_name: peer0.org1.example.com - image: hyperledger/fabric-peer:latest + image: hyperledger/fabric-peer:2.5.4 labels: service: hyperledger-fabric environment: @@ -99,7 +99,7 @@ services: peer0.org2.example.com: container_name: peer0.org2.example.com - image: hyperledger/fabric-peer:latest + image: hyperledger/fabric-peer:2.5.4 labels: service: hyperledger-fabric environment: @@ -138,7 +138,7 @@ services: cli: container_name: cli - image: hyperledger/fabric-tools:latest + image: hyperledger/fabric-tools:2.5.4 labels: service: hyperledger-fabric tty: true