test: change to test image name

This commit is contained in:
Roman 2025-01-10 14:32:59 +08:00
parent b4ce59583e
commit 8a846fd450
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -1,18 +1,18 @@
nomos_nodes = {
"nomos": {
"image": "ghcr.io/logos-co/nomos-node:testnet",
"image": "nomos:latest",
"volumes": ["cl_config:/etc/nomos", "./kzgrs/kzgrs_test_params.bin:/kzgrs_test_params:z"],
"ports": ["3000/udp", "18080/tcp"],
"entrypoint": "/etc/nomos/scripts/run_nomos_node.sh",
},
"nomos_executor": {
"image": "ghcr.io/logos-co/nomos-node:testnet",
"image": "nomos:latest",
"volumes": ["cl_config:/etc/nomos", "./kzgrs/kzgrs_test_params.bin:/kzgrs_test_params:z"],
"ports": ["3000/udp", "18080/tcp"],
"entrypoint": "/etc/nomos/scripts/run_nomos_executor.sh",
},
"cfgsync": {
"image": "ghcr.io/logos-co/nomos-node:testnet",
"image": "nomos:latest",
"volumes": ["cl_config:/etc/nomos"],
"ports": "",
"entrypoint": "/etc/nomos/scripts/run_cfgsync.sh",