About el_client_type
customizations
#511
-
hi there 👋 I have a couple of questions around the EL client customization. It's my first time setting up the environment, so apologies in advanced, if I missed something on the documentation 🙇♀️ On the README it states that:
I wanted to know:
Thank you very much in advance and apologies again if those questions are already solved somewhere else in the docs 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
However, we currently have a pretty big refactoring PR which will change these names (once the pr gets merged). #508
|
Beta Was this translation helpful? Give feedback.
latest
will refer to the reference of their dockerhub image, which currently is: https://hub.docker.com/layers/ethereum/client-go/latest/images/sha256-e3a568edc60d57261bdd774c852fd20b0a6ac347354020d9eb8a0fdd6e31b091?context=explorelatest
will mean different things for different projects, as far as I know geth's latest dockerhub image is automatically built/published based on the latest master branch.el_client_type
can be geth/nethermind/reth ...what you looking for is
el_client_image
field, where you can specify which image you plan to use.However, we currently have a pretty big refactoring PR which will change these names (once the pr gets merged). #508