sclorg / postgresql-container

PostgreSQL container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
http://softwarecollections.org
Apache License 2.0
164 stars 216 forks source link

add syspath packages for easier work with postgresql SCLs #360

Closed pkubatrh closed 4 years ago

pkubatrh commented 4 years ago

[test-openshift]

phracek commented 4 years ago

Fedora BASE image is a bit out (f27). Can we use f31/s2i-core which is the latest greatest?

pkubatrh commented 4 years ago

Can we use f31/s2i-core which is the latest greatest?

This is what I am working on right now. Needs a bit more work, will add the changes in a separate PR and rebase this one once it is merged.

pkubatrh commented 4 years ago

[test-openshift]

phracek commented 4 years ago

I know that this PR adds syspath packages for postgresql SCLs, but the question is if RHEL8 contains also -syspath packages. If so, I would add them as well.

pkubatrh commented 4 years ago

rhel8-based images have no -syspath packages as rhel8 postgresql uses modules instead of SCLs, which means all the files are already in their expected locations.