ethereum-pocr / ethereum-pocr.github.io

Apache License 2.0
4 stars 0 forks source link

Issue in the dockerfile sealer for dev #13

Open sjehan opened 2 years ago

sjehan commented 2 years ago

Hi @khaounen The sealer defined in the Dockerfile uses release and dowload not migrated on github from gitlab. It is therefore not possible to run dockercompose anymore

RUN curl -f -L -o /home/geth_user/kerleano.json \ https://github.com/ethereum-pocr/ethereum-pocr.github.io/releases/download/${kerleano_version}/kerleano.json

khaounen commented 2 years ago

@sjehan the Dockerfile was already migrated you can check its content https://github.com/ethereum-pocr/ethereum-pocr.github.io/blob/main/pocr-network/sealer/Dockerfile what's exactly the issue you're having? docker-compose is working fine for me all