Commit 6feba237 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: add prysm-multiarch upstream image (#451)

parent b367cfe8
...@@ -6,7 +6,7 @@ participants: ...@@ -6,7 +6,7 @@ participants:
- el_client_type: nethermind - el_client_type: nethermind
el_client_image: ethpandaops/nethermind:master el_client_image: ethpandaops/nethermind:master
cl_client_type: prysm cl_client_type: prysm
cl_client_image: ethpandaops/prysm:develop,ethpandaops/prysm-validator:develop cl_client_image: gcr.io/prysmaticlabs/prysm/beacon-chain:latest,gcr.io/prysmaticlabs/prysm/validator:latest
- el_client_type: erigon - el_client_type: erigon
el_client_image: ethpandaops/erigon:devel el_client_image: ethpandaops/erigon:devel
cl_client_type: nimbus cl_client_type: nimbus
......
...@@ -17,7 +17,7 @@ DEFAULT_CL_IMAGES = { ...@@ -17,7 +17,7 @@ DEFAULT_CL_IMAGES = {
"lighthouse": "sigp/lighthouse:latest", "lighthouse": "sigp/lighthouse:latest",
"teku": "consensys/teku:latest", "teku": "consensys/teku:latest",
"nimbus": "statusim/nimbus-eth2:multiarch-latest", "nimbus": "statusim/nimbus-eth2:multiarch-latest",
"prysm": "prysmaticlabs/prysm-beacon-chain:latest,prysmaticlabs/prysm-validator:latest", "prysm": "gcr.io/prysmaticlabs/prysm/beacon-chain:latest,gcr.io/prysmaticlabs/prysm/validator:latest",
"lodestar": "chainsafe/lodestar:latest", "lodestar": "chainsafe/lodestar:latest",
} }
......
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