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

Unable to pull Docker Image #4

Open
mohamedGr opened this issue May 24, 2018 · 4 comments
Open

Unable to pull Docker Image #4

mohamedGr opened this issue May 24, 2018 · 4 comments

Comments

@mohamedGr
Copy link

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
Copy link

Same issue here :)

@mohamedGr
Copy link
Author

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
Copy link

tlkahn commented Jun 20, 2018

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
Copy link

tlkahn commented Jun 20, 2018

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

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

3 participants