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

Replace uname -i/-p with -m #495

Closed hhorak closed 1 year ago

hhorak commented 1 year ago

uname -i functionality is non-portable and the custom patch Fedora was carrying around was recently dropped:

https://src.fedoraproject.org/rpms/coreutils/c/cd953e11dd78cada371f0389171cea671949141b?branch=rawhide

The rhbz#548834 suggests to use uname -m instead.

Also relevant discussion happens at rhbz#2158752

hhorak commented 1 year ago

[test]

phracek commented 1 year ago

[test]