docker-eth-dev icon indicating copy to clipboard operation
docker-eth-dev copied to clipboard

ethcore/parity:v1.5.6 image no longer available

Open kgupta15 opened this issue 8 years ago • 0 comments

I tried running the code, but got this error :

Successfully tagged containers_testrpc:latest
WARNING: Image for service testrpc was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
Pulling parity-testnet (ethcore/parity:v1.5.6)...
ERROR: repository ethcore/parity not found: does not exist or no pull access

I checked on the docker hub page of ethcore and couldn't find a parity image. There are other images available like parity-dev. I am not sure if the images required and present on ethcore are compatible.

I have tried out mmeister/parity-testnet:latest image and it worked for me.

kgupta15 avatar Aug 29 '17 18:08 kgupta15