ethereum/hive

reth doesn't build/run on prod

Closed this issue · 4 comments

INFO[01-04|16:56:14] building image                           image=hive/clients/reth:latest dir=clients/reth nocache=false pull=true
EROR[01-04|16:56:15] image build failed                       image=hive/clients/reth:latest err="pull access denied for paradigmxyz/reth, repository does not exist or may require 'docker login': denied: requested access to the resource is denied"

Yeah paradigmxyz doesn't seem to exist, and their docs do not mention any docker hub account

We should probably use ghcr.io/paradigmxyz/reth instead

Quick check to see if it worked:

user@debian-work:~/workspace/hive$ ./hive --sim devp2p --client reth
INFO[01-18|10:27:48] building image                           image=hive/hiveproxy nocache=false pull=false
INFO[01-18|10:28:14] building 1 clients... 
INFO[01-18|10:28:14] building image                           image=hive/clients/reth:latest dir=clients/reth nocache=false pull=false
EROR[01-18|10:28:16] image build failed                       image=hive/clients/reth:latest err="pull access denied for paradigmxyz/reth, repository does not exist or may require 'docker login': denied: requested access to the resource is denied"
all clients failed to build
user@debian-work:~/workspace/hive$ nano clients/reth/Dockerfile
user@debian-work:~/workspace/hive$ ./hive --sim devp2p --client reth
INFO[01-18|10:29:54] building image                           image=hive/hiveproxy nocache=false pull=false
INFO[01-18|10:29:54] building 1 clients... 
INFO[01-18|10:29:54] building image                           image=hive/clients/reth:latest dir=clients/reth nocache=false pull=false
EROR[01-18|10:29:55] image build failed                       image=hive/clients/reth:latest err="manifest unknown"
all clients failed to build

Seems not, for some reason

$ ./hive --sim devp2p --client reth
INFO[01-18|10:58:01] building image                           image=hive/hiveproxy nocache=false pull=false
INFO[01-18|10:58:01] building 1 clients... 
INFO[01-18|10:58:01] building image                           image=hive/clients/reth:latest dir=clients/reth nocache=false pull=false
INFO[01-18|10:58:30] building 1 simulators... 

Fixed when the tag was fixed too