Skip to content

Commit dce48bb

Browse files
authored
Fix base-overlay entrypoint path: base-reth-node → base-client (#348)
## Summary - Fixes container startup failure when using `--base-overlay` with the `ghcr.io/base/node-reth-dev` image - The base/base repository renamed the binary from `base-reth-node` to `base-client` in commit [02cd27a](base/base@02cd27a) ## Test plan - [x] Run `builder-playground cook opstack --base-overlay` and verify the flashblocks-rpc container starts successfully
1 parent 6b01333 commit dce48bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/components.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func (f *FlashblocksRPC) Apply(ctx *ExContext) *Component {
130130
service = component.NewService("flashblocks-rpc").
131131
WithImage("ghcr.io/base/node-reth-dev").
132132
WithTag("main").
133-
WithEntrypoint("/app/base-reth-node").
133+
WithEntrypoint("/app/base-client").
134134
WithArgs(
135135
"node",
136136
"--websocket-url", websocketURL,

0 commit comments

Comments
 (0)