bcgov/TheOrgBook

ERROR: pull access denied for schema-spy

Closed this issue · 2 comments

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

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.

closing this as this as