node icon indicating copy to clipboard operation
node copied to clipboard

Missing `op-reth` binary in v0.14.1

Open charlesma4 opened this issue 1 month ago • 0 comments

See title.

[root scripts]# docker run --rm -it --entrypoint /bin/sh ghcr.io/base/node-reth:v0.14.1
# ls
base-reth-node  execution-entrypoint  op-node  op-node-entrypoint
# exit
[root scripts]# docker run --rm -it --entrypoint /bin/sh ghcr.io/base/node-reth:v0.14.0
# ls
base-reth-node  execution-entrypoint  op-node  op-node-entrypoint  op-reth
# exit
[root scripts]# docker run --rm -it --entrypoint /bin/sh ghcr.io/base/node-reth:v0.13.1
# ls
base-reth-node  execution-entrypoint  op-node  op-node-entrypoint  op-reth
# exit

Is base no longer building + including the op-reth binary for future releases? I didn't see any mention that this binary would be left out for this release.

charlesma4 avatar Nov 14 '25 20:11 charlesma4