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

unknown: Tag 2.6.66 was deleted or has expired #401

Open
yiyang518 opened this issue Mar 9, 2023 · 1 comment
Open

unknown: Tag 2.6.66 was deleted or has expired #401

yiyang518 opened this issue Mar 9, 2023 · 1 comment

Comments

@yiyang518
Copy link

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:in call'
lib/tasks/service.rake:7:in block (2 levels) in <top (required)>' lib/tasks/service.rake:198:in block (2 levels) in <top (required)>'
lib/tasks/service.rake:285: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)>'
/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:in eval'
/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
Copy link

behnammby commented Mar 10, 2023

@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

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

3 participants
@behnammby @yiyang518 and others