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

ERROR: pull access denied for plebnet-playground-docker_dashboard #82

Open
thejerrod opened this issue Feb 12, 2022 · 4 comments
Open

Comments

@thejerrod
Copy link

rpi4, raspberrypi os
Linux cluster1 5.10.92-v8+ #1514 SMP PREEMPT Mon Jan 17 17:39:38 GMT 2022 aarch64 GNU/Linux

After installing via:
TRIPLET=aarch64-linux-gnu ./install.sh

I tried running docker-compose up and received an access denied error:

$ docker-compose up
Pulling notebook (plebnet-playground-docker_dashboard:)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

Continue with the new image? [yN]y
Pulling notebook (plebnet-playground-docker_dashboard:)...
ERROR: pull access denied for plebnet-playground-docker_dashboard, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

I also tried docker compose up:
$ docker compose up
[+] Running 0/15
⠴ lndg Pulling 3.6s
⠴ 39ab78bc09e7 Pulling fs layer 0.6s
⠴ 0cf88d09fc28 Pulling fs layer 0.6s
⠴ e019dd0368ba Pulling fs layer 0.6s
⠴ 4b9f1769d50d Waiting 0.6s
⠴ a3cb4eca0ceb Waiting 0.6s
⠴ ec372ec4cef1 Waiting 0.6s
⠴ f67535cd60ac Waiting 0.6s
⠴ e06b94a17a1d Waiting 0.6s
⠴ 25160b9ee6e7 Waiting 0.6s
⠴ bf5ba8ac2029 Waiting 0.6s
⠴ cebf40279c36 Waiting 0.6s
⠴ ad5c28565144 Waiting 0.6s
⠿ notebook Error 3.6s
⠿ dashboard Error 3.5s
Error response from daemon: pull access denied for plebnet-playground-docker_dashboard, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Can you help me troubleshoot?

@thejerrod
Copy link
Author

If I remove dashboard and notebook the compose file runs

@rsafier
Copy link
Member

rsafier commented Feb 12, 2022

yeah looks like it needs reference put in for its location, not sure how tests missed that, I will fix it

@rsafier
Copy link
Member

rsafier commented Feb 12, 2022

Fixed template with commit ce34b69
not sure why but on this mac the install script isn't building properly, but manually running docker compose build is.

@RandyMcMillan
Copy link
Member

plebnet-playground-docker-dashboard not plebnet-playground-docker_dashboard

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