-
Notifications
You must be signed in to change notification settings - Fork 100
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
Update ruby, node and postgresql #326
Conversation
Checked commits simaishi/manageiq-pods@a029839~...2b60784 with ruby 2.4.6, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 |
@@ -53,8 +49,7 @@ RUN yum -y install centos-release-scl-rh \ | |||
openscap-scanner \ | |||
patch \ | |||
psmisc \ | |||
rh-postgresql95-postgresql-devel \ | |||
rh-postgresql95-postgresql-libs \ | |||
postgresql-devel \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this versioned? Where are we getting this from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, just found that ... do we want to rebuild it at some point? We're a few versions behind.
Oh, also we probably need to create an Ivanchuk repo, but this is fine we can merge this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ivanchuk repo is already created. Didn't know we're already behind on version!!! Will take a look.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, think we're at 10.6 and 10.9 was released in June.
Update ruby, node and postgresql (cherry picked from commit 4041a80)
Ivanchuk backport details:
|
The first PR to get master/ivanchuk up-to-date... Updated ruby, node and postgresql packages and a few minor cleanups.
Trying to make just enough changes to get monolithic (which is built on top of podified) up and running first. So podified will still not work...