Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reth doesn't build/run on prod #970

Closed
holiman opened this issue Jan 17, 2024 · 4 comments · Fixed by #971
Closed

reth doesn't build/run on prod #970

holiman opened this issue Jan 17, 2024 · 4 comments · Fixed by #971

Comments

@holiman
Copy link
Collaborator

holiman commented Jan 17, 2024

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"
@holiman
Copy link
Collaborator Author

holiman commented Jan 17, 2024

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

@holiman
Copy link
Collaborator Author

holiman commented Jan 17, 2024

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

@holiman
Copy link
Collaborator Author

holiman commented Jan 18, 2024

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

@holiman
Copy link
Collaborator Author

holiman commented Jan 18, 2024

$ ./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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant