dfinity-side-projects / random-beacon

Random Beacon Simulator
Other
122 stars 28 forks source link

Unable to pull Docker Image #4

Open mohamedGr opened 6 years ago

mohamedGr commented 6 years ago

Hi,

I have been trying to pull the docker image using the commands provided in the description but I couldn't. When I try this command:

docker run --rm -it -v $(pwd):/go/src/dfinity/beacon -w /go/src/dfinity/beacon dfinity/build-env:latest

I get the following error:

Unable to find image 'dfinity/build-env:latest' locally docker: Error response from daemon: pull access denied for dfinity/build-env, repository does not exist or may require 'docker login'. See 'docker run --help'.

any suggestions on how to solve this issue? Thank you!

JustinDrake commented 6 years ago

Same issue here :)

mohamedGr commented 6 years ago

I have managed to build the image myself using this Dockerfile without needing to pull it!

https://github.com/dfinity-docker/docker-build-env/blob/master/Dockerfile

tlkahn commented 6 years ago

The link above doesn't work now. See here: https://github.com/dfinity-docker/docker-build-env/

Clone it and docker build -t build-env .

tlkahn commented 6 years ago

In the meantime, I suggest Difinity team fix this issue though.