Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gitgit5656 opened this issue Mar 8, 2023 · 1 comment

Comments

@gitgit5656
Copy link

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:in call' 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$

@behnammby
Copy link

behnammby commented Mar 8, 2023

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants