-
Notifications
You must be signed in to change notification settings - Fork 2
Description
We haven't been able to find an available Postgres 12.x for the 390x/Z platform.
Available options: https://www.postgresql.org/download/linux/redhat/
Our current image downloads a RPM - https://github.com/LinuxForHealth/images/blob/master/postgres/Dockerfile
The "official" image for Postgres which is supported:
Official Dockerfile: https://github.com/docker-library/postgres/tree/master/12
UBI 8 Image repos:
https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os
https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/appstream/os
https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/codeready-builder/os/
(from https://access.redhat.com/articles/4238681)
One possible approach ? use a two stage builder image to build the "official" image and copy configs, binaries over to the UBI?