You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: