openware / opendax

Open-Source Cloud-Native Digital Asset & Cryptocurrency Exchange Platform
https://www.openware.com/products/opendax
Apache License 2.0
621 stars 538 forks source link

unknown: Tag 2.6.66 was deleted or has expired #401

Open yiyang518 opened 1 year ago

yiyang518 commented 1 year ago

ERROR: unknown: Tag 2.6.66 was deleted or has expired. To pull, revive via time machine rake aborted! Command failed with status (1): [docker-compose up -d tower...] lib/tasks/service.rake:190:in start' lib/tasks/service.rake:7:incall' lib/tasks/service.rake:7:in block (2 levels) in <top (required)>' lib/tasks/service.rake:198:inblock (2 levels) in <top (required)>' lib/tasks/service.rake:285:in start' lib/tasks/service.rake:7:incall' lib/tasks/service.rake:7:in block (2 levels) in <top (required)>' lib/tasks/service.rake:302:inblock (2 levels) in <top (required)>' /home/app/.rvm/gems/ruby-2.6.6/gems/rake-13.0.1/exe/rake:27:in <top (required)>' /home/app/.rvm/gems/ruby-2.6.6/bin/ruby_executable_hooks:22:ineval' /home/app/.rvm/gems/ruby-2.6.6/bin/ruby_executable_hooks:22:in `

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

behnammby commented 1 year ago

@yiyang518 Cause: You've got this error because quay.io/openware/barong:2.6.66 is no longer exists. check here: https://quay.io/repository/openware/barong

Solution: a workaround is to change images => barong in your config/app.yml cd ~/opendax && nano config/app.yml

line 15 I presume, and change the line: barong: quay.io/openware/barong:2.6.66

to barong: quay.io/openware/barong:2.6.48