Skip to content

Commit e38b49e

Browse files
committedOct 18, 2023
Update private_tangle and hornet-nest to release versions
1 parent cc3e851 commit e38b49e

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed
 

‎hornet-nest/Dockerfile

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM iotaledger/hornet:2.0.0 AS hornet
2-
FROM iotaledger/inx-indexer:1.0-rc AS indexer
3-
FROM iotaledger/inx-faucet:1.0-rc AS faucet
4-
FROM iotaledger/inx-dashboard:1.0-rc AS dashboard
5-
FROM iotaledger/inx-mqtt:1.0-rc AS mqtt
6-
FROM iotaledger/inx-spammer:1.0-rc AS spammer
7-
FROM iotaledger/inx-coordinator:1.0-rc AS coordinator
8-
FROM iotaledger/inx-poi:1.0-rc AS poi
1+
FROM iotaledger/hornet:2.0 AS hornet
2+
FROM iotaledger/inx-indexer:1.0 AS indexer
3+
FROM iotaledger/inx-faucet:1.0 AS faucet
4+
FROM iotaledger/inx-dashboard:1.0 AS dashboard
5+
FROM iotaledger/inx-mqtt:1.0 AS mqtt
6+
FROM iotaledger/inx-spammer:1.0 AS spammer
7+
FROM iotaledger/inx-coordinator:1.0 AS coordinator
8+
FROM iotaledger/inx-poi:1.0 AS poi
99

1010
FROM debian:11
1111

‎private_tangle/docker-compose.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ services:
233233
#
234234
inx-coordinator:
235235
container_name: inx-coordinator
236-
image: iotaledger/inx-coordinator:1.0-rc
236+
image: iotaledger/inx-coordinator:1.0
237237
networks:
238238
peering_net:
239239
ipv4_address: 172.18.211.21
@@ -259,7 +259,7 @@ services:
259259

260260
inx-indexer:
261261
container_name: inx-indexer
262-
image: iotaledger/inx-indexer:1.0-rc
262+
image: iotaledger/inx-indexer:1.0
263263
networks:
264264
peering_net:
265265
ipv4_address: 172.18.211.22
@@ -291,7 +291,7 @@ services:
291291

292292
inx-mqtt:
293293
container_name: inx-mqtt
294-
image: iotaledger/inx-mqtt:1.0-rc
294+
image: iotaledger/inx-mqtt:1.0
295295
networks:
296296
peering_net:
297297
ipv4_address: 172.18.211.23
@@ -320,7 +320,7 @@ services:
320320

321321
inx-faucet:
322322
container_name: inx-faucet
323-
image: iotaledger/inx-faucet:1.0-rc
323+
image: iotaledger/inx-faucet:1.0
324324
networks:
325325
peering_net:
326326
ipv4_address: 172.18.211.24
@@ -351,7 +351,7 @@ services:
351351

352352
inx-participation:
353353
container_name: inx-participation
354-
image: iotaledger/inx-participation:1.0-rc
354+
image: iotaledger/inx-participation:1.0
355355
networks:
356356
peering_net:
357357
ipv4_address: 172.18.211.25
@@ -377,7 +377,7 @@ services:
377377

378378
inx-spammer:
379379
container_name: inx-spammer
380-
image: iotaledger/inx-spammer:1.0-rc
380+
image: iotaledger/inx-spammer:1.0
381381
networks:
382382
peering_net:
383383
ipv4_address: 172.18.211.26
@@ -426,7 +426,7 @@ services:
426426

427427
inx-poi:
428428
container_name: inx-poi
429-
image: iotaledger/inx-poi:1.0-rc
429+
image: iotaledger/inx-poi:1.0
430430
networks:
431431
peering_net:
432432
ipv4_address: 172.18.211.27
@@ -449,7 +449,7 @@ services:
449449

450450
inx-dashboard-1:
451451
container_name: inx-dashboard-1
452-
image: iotaledger/inx-dashboard:1.0-rc
452+
image: iotaledger/inx-dashboard:1.0
453453
networks:
454454
peering_net:
455455
ipv4_address: 172.18.211.31
@@ -481,7 +481,7 @@ services:
481481

482482
inx-dashboard-2:
483483
container_name: inx-dashboard-2
484-
image: iotaledger/inx-dashboard:1.0-rc
484+
image: iotaledger/inx-dashboard:1.0
485485
networks:
486486
peering_net:
487487
ipv4_address: 172.18.211.32
@@ -513,7 +513,7 @@ services:
513513

514514
inx-dashboard-3:
515515
container_name: inx-dashboard-3
516-
image: iotaledger/inx-dashboard:1.0-rc
516+
image: iotaledger/inx-dashboard:1.0
517517
networks:
518518
peering_net:
519519
ipv4_address: 172.18.211.33
@@ -544,7 +544,7 @@ services:
544544

545545
inx-dashboard-4:
546546
container_name: inx-dashboard-4
547-
image: iotaledger/inx-dashboard:1.0-rc
547+
image: iotaledger/inx-dashboard:1.0
548548
networks:
549549
peering_net:
550550
ipv4_address: 172.18.211.34

0 commit comments

Comments
 (0)
Please sign in to comment.