Skip to content

Commit 8dc64be

Browse files
committed
[FABCJ-292] FabricTools - specify exact image version
Latest does not exist Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
1 parent c8f3afe commit 8dc64be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fabric-chaincode-integration-test/src/test/resources/first-network/base/docker-compose-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99

1010
orderer.example.com:
1111
container_name: orderer.example.com
12-
image: hyperledger/fabric-orderer:latest
12+
image: hyperledger/fabric-orderer:1.4.8
1313
environment:
1414
- ORDERER_GENERAL_LOGLEVEL=INFO
1515
- ORDERER_GENERAL_LISTENADDRESS=0.0.0.0

fabric-chaincode-integration-test/src/test/resources/first-network/base/peer-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: '2'
77

88
services:
99
peer-base:
10-
image: hyperledger/fabric-peer:latest
10+
image: hyperledger/fabric-peer:1.4.8
1111
environment:
1212
- CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock
1313
# the following setting starts chaincode containers on the same

fabric-chaincode-integration-test/src/test/resources/first-network/docker-compose-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959

6060
cli:
6161
container_name: cli
62-
image: hyperledger/fabric-tools:latest
62+
image: hyperledger/fabric-tools:amd64-1.4.8
6363
tty: true
6464
stdin_open: true
6565
environment:

0 commit comments

Comments
 (0)