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

Could not find Rails with version X & db/web images NOT_FOUND #22

Open
JorgeATR opened this issue Jun 19, 2017 · 3 comments
Open

Could not find Rails with version X & db/web images NOT_FOUND #22

JorgeATR opened this issue Jun 19, 2017 · 3 comments
Assignees
Milestone

Comments

@JorgeATR
Copy link

JorgeATR commented Jun 19, 2017

I followed the usage guide provided in the README to the letter, running the last command block throws off:

Digest: sha256:69e938110f8b915b98e8503d0fae755788d4ab6f37858191ef91f7fb203b1363
Status: Downloaded newer image for icalialabs/belugas:latest
FROM ruby:2.4.0

### ###
### Could not find rails with version 5.1.1
### ###
--------------------------------------------------
version: "2"
---
volumes:
  postgresql-data:
    driver: local
  rails-data:
    driver: local
---
services:
  db:
    image: NOT_FOUND
  web:
    image: NOT_FOUND

I have Rails explicitly stated in my Gemfile as:
gem 'rails', '~> 5.1.1'

The weird thing is that running the Ruby Beluga does in fact recognize Rails and it's version:

docker run \
  --interactive --tty --rm \
  --volume "$PWD":/code \
  whalesil/belugas-ruby

Returns:

{
"type":"feature","name":"Ruby","version":"2.4.0","description":"The application uses Ruby code","categories":["Language"],"engines":["belugas","belugas-ruby"]}
{"type":"feature",**"name":"rails","version":"5.1.1"**,"description":"The application uses rails","content":"","categories":["Framework"],"cue_locations":[""],"engines":["belugas","belugas-ruby"]}
{"type":"feature","name":"postgresql","version":"0.18","description":"The application uses postgresql","content":"","categories":["Database"],"cue_locations":[""],"engines":["belugas","belugas-ruby"]
}
@mayra-cabrera mayra-cabrera self-assigned this Jun 20, 2017
@mayra-cabrera
Copy link
Member

Thanks @JorgeATR! I believe this have something to do with our API, maybe Rails 5.1.1 is not correctly registered or something. I'll take a look this week 👍

@mayra-cabrera mayra-cabrera added this to the 2.0.0 milestone Jun 20, 2017
@mayra-cabrera
Copy link
Member

hey @JorgeATR could please you point me github url of your project?

@JorgeATR
Copy link
Author

Sure, I sent you an invitation as a collaborator since it's a private repo, I hope that's okay.
Invite link

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

No branches or pull requests

2 participants