reth/Dockerfile includes base-consensus binary, but geth/Dockerfile and nethermind/Dockerfile do not.
Operators using geth or nethermind with USE_BASE_CONSENSUS=true will get "Base client is not supported for this node type" error and fail to start missing the April 20th Base V1 upgrade deadline.
reth/Dockerfile has:
COPY --from=reth-base /app/target/maxperf/base-consensus ./
geth/Dockerfile and nethermind/Dockerfile are missing this entirely.
reth/Dockerfile includes base-consensus binary, but geth/Dockerfile and nethermind/Dockerfile do not.
Operators using geth or nethermind with USE_BASE_CONSENSUS=true will get "Base client is not supported for this node type" error and fail to start missing the April 20th Base V1 upgrade deadline.
reth/Dockerfile has:
COPY --from=reth-base /app/target/maxperf/base-consensus ./
geth/Dockerfile and nethermind/Dockerfile are missing this entirely.