Dockerfile: Use packaged pg_query gem#212
Conversation
jayvdb
left a comment
There was a problem hiding this comment.
A small concern: At the moment https://build.opensuse.org/package/show/home:yuki_is_bored/rubygem-pg_query is red for Tumbleweed.
However it is in http://download.opensuse.org/repositories/home:/yuki_is_bored/openSUSE_Tumbleweed/x86_64/ , so it must have built correctly previously.
How I think we structure this is I put my own created packages in
https://build.opensuse.org/project/show/home:jayvdb:my_coala
Do testing of any new package in
https://build.opensuse.org/project/show/home:jayvdb:test
And then placing everyones good packages in a 'release' area
https://build.opensuse.org/project/show/home:jayvdb:coala
So then home:jayvdb:coala only ever contains forks from elsewhere, and thus will be stable and tested together before being used on the docker, and our docker doesnt break because someone buggered up their build home.
Anyway, after #146 , the fact that your Tumbleweed doesnt build wont be a problem ;-)
| @@ -92,6 +92,7 @@ RUN \ | |||
| ruby \ | |||
| ruby-devel \ | |||
Fixes #117