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
162 stars 211 forks source link

Pull pagila DB from github directly #589

Open hhorak opened 1 week ago

hhorak commented 1 week ago

Discovered as a part of https://github.com/sclorg/postgresql-container/pull/588, pagila DB is pulled and extracted from an el7 RPM, while it could be pulled from github: https://github.com/devrimgunduz/pagila

SlouchyButton commented 1 week ago

Maybe the reason why RPM was chosen in the first place is to lock it to specific version/have it includes downstream changes (which they were none anyway).

The RPM package is now orphaned (it got orphaned 3 years ago). But to continue with the thought of keeping the SQLs stable just to be safe, we should probably pull them from pagila repo by a specific tag/commit.