Commit c3ecee81 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: lighthouse minimal image (#915)

parent 998063fa
......@@ -6,10 +6,8 @@ participants:
- el_type: erigon
cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:unstable-minimal
# TODO: Re-add lighthouse once its working with minimal preset
# - el_type: besu
# cl_type: lighthouse
# cl_image: sigp/lighthouse:v6.0.1
- el_type: besu
cl_type: lighthouse
- el_type: reth
cl_type: lodestar
# TODO: Re-add grandine once its working with minimal preset
......
......@@ -22,7 +22,6 @@ additional_services:
- prometheus_grafana
- spamoor_blob
- custom_flood
- blobscan
- dugtrio
- blutgang
- apache
......
......@@ -224,7 +224,6 @@ def get_beacon_config(
"--http",
"--http-address=0.0.0.0",
"--http-port={0}".format(BEACON_HTTP_PORT_NUM),
"--slots-per-restore-point={0}".format(32 if constants.ARCHIVE_MODE else 8192),
# NOTE: This comes from:
# https://github.com/sigp/lighthouse/blob/7c88f582d955537f7ffff9b2c879dcf5bf80ce13/scripts/local_testnet/beacon_node.sh
# and the option says it's "useful for testing in smaller networks" (unclear what happens in larger networks)
......
......@@ -26,7 +26,7 @@ DEFAULT_CL_IMAGES = {
}
DEFAULT_CL_IMAGES_MINIMAL = {
"lighthouse": "ethpandaops/lighthouse:stable",
"lighthouse": "ethpandaops/lighthouse:unstable",
"teku": "consensys/teku:latest",
"nimbus": "ethpandaops/nimbus-eth2:stable-minimal",
"prysm": "ethpandaops/prysm-beacon-chain:develop-minimal",
......@@ -45,7 +45,7 @@ DEFAULT_VC_IMAGES = {
}
DEFAULT_VC_IMAGES_MINIMAL = {
"lighthouse": "ethpandaops/lighthouse:stable",
"lighthouse": "ethpandaops/lighthouse:unstable",
"lodestar": "chainsafe/lodestar:latest",
"nimbus": "ethpandaops/nimbus-validator-client:stable-minimal",
"prysm": "ethpandaops/prysm-validator:develop-minimal",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment