openware / opendax

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

[ERROR] unknown: Tag 2.6.44 was deleted or has expired. To pull, revive via time machine rake aborted! #399

Open gitgit5656 opened 1 year ago

gitgit5656 commented 1 year ago

ERROR: unknown: Tag 2.6.44 was deleted or has expired. To pull, revive via time machine rake aborted! Command failed with status (1): [docker-compose run --rm barong bash -c "./...] lib/tasks/service.rake:145:in block (2 levels) in <top (required)>' lib/tasks/service.rake:282:instart' lib/tasks/service.rake:7:in call' lib/tasks/service.rake:7:inblock (2 levels) in <top (required)>' lib/tasks/service.rake:302:in `block (2 levels) in <top (required)>' Tasks: TOP => service:setup (See full trace by running task with --trace) app@peatio:~/opendax$

behnammby commented 1 year ago

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

Solution: 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.44

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