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 response from daemon: pull access denied for von-network-base #277

Closed
lenrepo opened this issue Sep 3, 2023 · 2 comments
Closed

Comments

@lenrepo
Copy link

lenrepo commented Sep 3, 2023

I tried building a local instance of the Von-network running a git pull of this repository but the ./manage start command would run into error saying " Error response from daemon: pull access denied for von-network-base, repository does not exist or may require 'docker login': denied: requested access to the resource is denied"

I opened the docker-compose.yml and realized it was making reference to von-network-base image which at this point does not exist. I looked into the dockerfile and found a reference to "ghcr.io/bcgov/von-network-base:sha-4599bdff" image, I modified the docker-compose.yml file, replaced all reference to von-network-base with "ghcr.io/bcgov/von-network-base:sha-4599bdff" and this solved my problem. I just thing the docker-compose.yml should be updated to point to the right VON-Network image

@WadeBarnes
Copy link
Member

Hi @lenrepo, The documented method to start von-network after you've cloned the repository is to run:

./manage build
./manage start

The ./manage build command will build the von-network-base image from the latest source.

@lenrepo
Copy link
Author

lenrepo commented Sep 3, 2023

my bad. I must have missed that, thank you. I will close this issue now.

@lenrepo lenrepo closed this as completed Sep 3, 2023
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

2 participants