opendax icon indicating copy to clipboard operation
opendax copied to clipboard

Rake service:arke_maker fails

Open andrew-thought opened this issue 4 years ago • 1 comments

Hi there rake:arke_maker fails (full error below)

ERROR: pull access denied for gcr.io/openware-production/arke, repository does not exist or may require 'docker login': denied:

I tried all the gcloud login commands I can find.

Is there some config/setup I'm missing? thanks! Andrew

----- Starting arke ----- docker-compose up -d arke-maker Pulling arke-maker (gcr.io/openware-production/arke:2.3.1)... 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 arke-maker (gcr.io/openware-production/arke:2.3.1)... ERROR: pull access denied for gcr.io/openware-production/arke, repository does not exist or may require 'docker login': denied: Permission denied for "2.3.1" from request "/v2/openware-production/arke/manifests/2.3.1". rake aborted! Command failed with status (1): [docker-compose up -d arke-maker...] lib/tasks/service.rake:79:in start' lib/tasks/service.rake:7:in call' lib/tasks/service.rake:7:in block (2 levels) in <top (required)>' lib/tasks/service.rake:87:in block (2 levels) in <top (required)>' /home/app/.rvm/gems/ruby-2.6.5/gems/rake-13.0.1/exe/rake:27:in <top (required)>' /home/app/.rvm/gems/ruby-2.6.5/bin/ruby_executable_hooks:24:in eval' /home/app/.rvm/gems/ruby-2.6.5/bin/ruby_executable_hooks:24:in `

' Tasks: TOP => service:arke_maker (See full trace by running task with --trace)

andrew-thought avatar Feb 17 '21 16:02 andrew-thought

docker pull gcr.io/openware-production/arke:2.3.1

Error response from daemon: unauthorized: You don't have the needed permissions to perform this operation, and you may have invalid credentials. To authenticate your request, follow the steps in: https://cloud.google.com/container-registry/docs/advanced-authentication

asheghi avatar Dec 24 '21 16:12 asheghi