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

Bug report: Docker Image fetchai/fetchd:0.10.7 is not working with testnet Dorado "dorado-1" #316

Open
3 tasks done
erNail opened this issue Jun 30, 2023 · 0 comments
Open
3 tasks done

Comments

@erNail
Copy link

erNail commented Jun 30, 2023

Prerequisites

Expected Behavior

I want to run a docker container with the image fetchai/fetchd:0.10.7. I have set the environment variable $NETWORK to dorado. I expect the container to start without any errors. These are the commands i am using:

docker run -e NETWORK=dorado-1 -e MONIKER=test fetchai/fetchd:0.10.7
docker run -e NETWORK=dorado -e MONIKER=test fetchai/fetchd:0.10.7

Current Behavior

After executing the docker run, i receive an error:

parse error: Expected string key before ':' at line 1, column 4

This error is caused in the entrypoint script

The script is trying to execute the following:

bootstrap_url="https://raw.githubusercontent.com/fetchai/networks-$NETWORK/feature/next/bootstrap/boostrap.json"

The URL's https://raw.githubusercontent.com/fetchai/networks-dorado/feature/next/bootstrap/boostrap.json and https://raw.githubusercontent.com/fetchai/networks-dorado-1/feature/next/bootstrap/boostrap.json do not exist, which causes the error.

To Reproduce

Execute the following:

docker run -e NETWORK=dorado -e MONIKER=test fetchai/fetchd:0.10.7
docker run -e NETWORK=dorado-1 -e MONIKER=test fetchai/fetchd:0.10.7

Context

  • Using Docker Image fetchai/fetchd:0.10.7
  • Using Dorado Testnet

Failure Logs

See above

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

1 participant