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 ARM64 support to c9s images #527

Closed vmuzikar closed 1 year ago

vmuzikar commented 1 year ago

With ARM64 increasing market share, it makes sense to have native images for this platform too.

This also aligns it with RHEL version of these images, e.g. https://catalog.redhat.com/software/containers/rhel9/postgresql-15/63f763f779eb1214c4d6fcf6?architecture=arm64

vmuzikar commented 1 year ago

Requires https://github.com/sclorg/s2i-base-container/pull/274

vmuzikar commented 1 year ago

The PR to base container was merged. @zmiklank Any chance to get this reviewed as well?

zmiklank commented 1 year ago

Sure, I just postponed it a bit, to check, if arm s2i-core was correctly uploaded to quay.io. It seems it was, so LGTM then. Thanks for the contribution :).