bcgov / TheOrgBook

A public repository of verifiable claims about organizations. A key component of the Verifiable Organization Network.
http://von.pathfinder.gov.bc.ca
Apache License 2.0
78 stars 66 forks source link

ERROR: pull access denied for schema-spy #888

Closed EtricKombat-zz closed 4 years ago

EtricKombat-zz commented 4 years ago

Hi Team,

While trying to bring up TheOrgBook (./manage start ) getting this below listed error. Any idea on how to resolve this?

    sudo ./TheOrgBook/docker/manage start seed=the_org_book_0000000000000000000

    WARNING: The INDY_WALLET_DID variable is not set. Defaulting to a blank string.
    Pulling schema-spy (schema-spy:)...
    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 schema-spy (schema-spy:)...
    ERROR: pull access denied for schema-spy, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Snapshot:

TheOrgBook_issue

swcurran commented 4 years ago

Could you try doing a ./manage build? I'm thinking that's not been run yet, or at least the images were deleted since it was last run.

EtricKombat-zz commented 4 years ago

closing this as this as