Skip to content

Commit ceb1444

Browse files
authored
fix: Update Erigon docker image repo naming (ethereum#834)
Rename `thorax` -> `erigontech` for docker hub. Not changing the `ethpandaops/erigon:main` image which appears to be the default, changing the pectra version tho. Latest published erigon images are now multi-arch tho
1 parent c2af143 commit ceb1444

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/tests/pectra.yaml.norun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ participants_matrix:
77
- el_type: ethereumjs
88
el_image: ethpandaops/ethereumjs:master
99
- el_type: erigon
10-
el_image: thorax/erigon:docker_pectra
10+
el_image: erigontech/erigon:pectra_e2
1111
- el_type: reth
1212
el_image: ethpandaops/reth:onbjerg-devnet-2
1313
- el_type: besu

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ participants:
169169
# The Docker image that should be used for the EL client; leave blank to use the default for the client type
170170
# Defaults by client:
171171
# - geth: ethereum/client-go:latest
172-
# - erigon: thorax/erigon:devel
172+
# - erigon: ethpandaops/erigon:main
173173
# - nethermind: nethermind/nethermind:latest
174174
# - besu: hyperledger/besu:develop
175175
# - reth: ghcr.io/paradigmxyz/reth

0 commit comments

Comments
 (0)