alexscheitlin / master-project-evoting

eVoting prototype
MIT License
9 stars 4 forks source link

more work needed for dev mode instructions #202

Open sokoow opened 3 years ago

sokoow commented 3 years ago

seems like identity-provider and access-provider are not available ?

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

is there any good single-shot readme on how to pull whole network up and running ?

christiankiller commented 3 years ago

hey @sokoow, did you create a github access token? See here: https://github.com/alexscheitlin/master-project-evoting#github-packages--github-config-json-important

sokoow commented 3 years ago

Yeah, I followed that and still get:

> e-voting network already exists...using existing network.
Pulling access_provider (access_provider:latest)...
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 access_provider (access_provider:latest)...
ERROR: pull access denied for access_provider, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

> starting Identity Provider Backend
> e-voting network already exists...using existing network.
Pulling identity_provider (identity_provider:latest)...
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]
ERROR: pull access denied for identity_provider, repository does not exist or may require 'docker login': denied: requested access to the resource is denied