Skip to content

Commit af8a3e1

Browse files
joshuacolvin0claude
andcommitted
docker-compose: pin prysm validator to v6.1.1
The prysm_validator service floated on the `stable` tag while prysmctl and beacon-chain are pinned to v6.1.1. `stable` rolled forward to v7.1.4, which introduces the `gloas` fork (version 0x07000000). The v6.1.1 genesis and beacon-chain configs have no gloas entry, so the validator aborts at startup with "conflicting fork version schedule" and every PoS run fails. Pin the validator to v6.1.1 to match the rest of the Prysm stack. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8967f72 commit af8a3e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ services:
139139
# We run a validator client with 64, deterministically-generated keys that match
140140
# The validator keys present in the beacon chain genesis state generated a few steps above.
141141
prysm_validator:
142-
image: "gcr.io/prysmaticlabs/prysm/validator:stable"
142+
image: "gcr.io/prysmaticlabs/prysm/validator:v6.1.1"
143143
command:
144144
- --beacon-rpc-provider=prysm_beacon_chain:5000
145145
- --datadir=/consensus/validatordata

0 commit comments

Comments
 (0)