Skip to content

Commit f78f099

Browse files
committed
Use OCI images from docker-regis.iex.ec in integration tests
1 parent 60765af commit f78f099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ networks:
77
services:
88

99
ibaa-chain:
10-
image: nexus.iex.ec/poco-chain:token-v5.1.0
10+
image: docker-regis.iex.ec/poco-chain:token-v5.1.0
1111
container_name: ibaa-chain
1212
ports:
1313
- 28545:8545
1414
networks:
1515
- iexec-blockchain-adapter-api-net
1616

1717
ibaa-broker:
18-
image: nexus.iex.ec/iexec-autonomous-brokering-engine:dev #warn, using nexus repo + dev tag, can it be public?
18+
image: docker-regis.iex.ec/iexec-autonomous-brokering-engine:dev #warn, using nexus repo + dev tag, can it be public?
1919
container_name: ibaa-broker
2020
environment:
2121
- CHAIN=http://ibaa-chain:8545

0 commit comments

Comments
 (0)