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

Docker images no longer on docker hub for ./test-blockchains docker-compose.yaml #143

Closed
washboardalex opened this issue Oct 6, 2022 · 3 comments

Comments

@washboardalex
Copy link

The docker image consensys/gpact/services/relayer either does not exist any longer or is not authed for public access. Error messages:

ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost.

ERROR: pull access denied for consensys/gpact/services/relayer, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

If this is by design understood, just thought to check as this repo is very intriguing.

@drinkcoffee
Copy link
Contributor

I am almost certain the problem is the containers aren't built. Looking at the build steps, there are two missing steps.
https://github.com/ConsenSys/gpact/blob/main/docs/build.md

Try:

cd services/relayer
make docker
cd ../message-store
make docker
cd ../..

at that point, you should be able to:

cd test-blockchains
docker compose up

@drinkcoffee
Copy link
Contributor

This issue is being addressed here: #144

@drinkcoffee
Copy link
Contributor

Revised documentation merged.

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

No branches or pull requests

2 participants