mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-03 21:53:08 +00:00
fix: use prebuild image
This commit is contained in:
parent
6121666eef
commit
fd6b700add
@ -1,15 +1,20 @@
|
|||||||
nomos_nodes = {
|
nomos_nodes = {
|
||||||
"nomos": {
|
"nomos": {
|
||||||
"image": "nomos/nomos:latest",
|
"image": "ghcr.io/logos-co/nomos-node:testnet",
|
||||||
"volumes": ["./cl_config:/etc/nomos", "./kzgrs/kzgrs_test_params.bin:/kzgrs_test_params:z"],
|
"volumes": ["./cl_config:/etc/nomos", "./kzgrs/kzgrs_test_params.bin:/kzgrs_test_params:z"],
|
||||||
"ports": ["3000/udp", "18080/tcp"],
|
"ports": ["3000/udp", "18080/tcp"],
|
||||||
"entrypoint": "/etc/nomos/scripts/run_nomos_node.sh",
|
"entrypoint": "/etc/nomos/scripts/run_nomos_node.sh",
|
||||||
},
|
},
|
||||||
"nomos_executor": {
|
"nomos_executor": {
|
||||||
"image": "nomos/nomos:latest",
|
"image": "ghcr.io/logos-co/nomos-node:testnet",
|
||||||
"volumes": ["./cl_config:/etc/nomos", "./kzgrs/kzgrs_test_params.bin:/kzgrs_test_params:z"],
|
"volumes": ["./cl_config:/etc/nomos", "./kzgrs/kzgrs_test_params.bin:/kzgrs_test_params:z"],
|
||||||
"ports": ["3000/udp", "18080/tcp"],
|
"ports": ["3000/udp", "18080/tcp"],
|
||||||
"entrypoint": "/etc/nomos/scripts/run_nomos_executor.sh",
|
"entrypoint": "/etc/nomos/scripts/run_nomos_executor.sh",
|
||||||
},
|
},
|
||||||
"cfgsync": {"image": "nomos/nomos:latest", "volumes": ["./cl_config:/etc/nomos"], "ports": "", "entrypoint": "/etc/nomos/scripts/run_cfgsync.sh"},
|
"cfgsync": {
|
||||||
|
"image": "ghcr.io/logos-co/nomos-node:testnet",
|
||||||
|
"volumes": ["./cl_config:/etc/nomos"],
|
||||||
|
"ports": "",
|
||||||
|
"entrypoint": "/etc/nomos/scripts/run_cfgsync.sh",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user