postgresql-container
postgresql-container copied to clipboard
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.
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
### Container platform OCP 4 ### Version I have tried to deploy the Postgres with 15 and its failing to be able to run with volume mounts in OCP 4.7...
When setting the `securityContext.readOnlyRootFilesystem: true` on the container, the container fails to run, failing at https://github.com/sclorg/postgresql-container/blob/master/16/root/usr/share/container-scripts/postgresql/common.sh#L196-L205 while trying to create the `/var/lib/pgsql/passwd` file. It looks like the bitnami postgresql container...
It would be great if the images could be multi-arch and include (at least) linux/arm64 as well. Building mult-arch images with Podman is documented here: https://developers.redhat.com/articles/2023/11/03/how-build-multi-architecture-container-images#podman
This project was listed in the [**GitHub2FedMsg**](https://github.com/fedora-infra/github2fedmsg) database and we want to you to inform you about the upcoming deprecation of the service. As the [**Fedora Infrastructure**](https://docs.fedoraproject.org/en-US/infra/) is finishing up...
Rename bind9.18-utils -> bind-utils. RHEL9 already provides short name. The change introduces this rename is here: https://github.com/sclorg/postgresql-container/pull/608
This pull request enables testing postgresql-container by PyTest for podman point of view. This is the second step for on-boarding PyTest containers for postgresql-container. This pull request is blocked by...