Open gitgit5656 opened 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
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: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:in `block (2 levels) in <top (required)>' Tasks: TOP => service:setup (See full trace by running task with --trace) app@peatio:~/opendax$