All Projects → sclorg → Postgresql Container

sclorg / Postgresql Container

Licence: apache-2.0
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.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Postgresql Container

Mariadb Container
MariaDB 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.
Stars: ✭ 19 (-85.16%)
Mutual labels:  database, centos, container, openshift
Mysql Container
MySQL 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.
Stars: ✭ 117 (-8.59%)
Mutual labels:  database, centos, container, openshift
S2i Nodejs Container
NodeJS images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running NodeJS applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 128 (+0%)
Mutual labels:  centos, container, openshift
S2i Php Container
PHP container images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running PHP applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 96 (-25%)
Mutual labels:  centos, container, openshift
S2i Python Container
Python container images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running Python applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 178 (+39.06%)
Mutual labels:  centos, container, openshift
s2i-ruby-container
Ruby container images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running Ruby applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 55 (-57.03%)
Mutual labels:  openshift, centos, container
mongodb-container
MongoDB 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.
Stars: ✭ 50 (-60.94%)
Mutual labels:  openshift, centos, container
Kangaroo
SQL client and admin tool for popular databases
Stars: ✭ 127 (-0.78%)
Mutual labels:  database, postgresql
Activerecord Clean Db Structure
Automatic cleanup for the Rails db/structure.sql file (ActiveRecord/PostgreSQL)
Stars: ✭ 101 (-21.09%)
Mutual labels:  database, postgresql
Pg flame
A flamegraph generator for Postgres EXPLAIN ANALYZE output.
Stars: ✭ 1,391 (+986.72%)
Mutual labels:  database, postgresql
Libpq.jl
A Julia wrapper for libpq
Stars: ✭ 109 (-14.84%)
Mutual labels:  database, postgresql
Pgcli
Postgres CLI with autocompletion and syntax highlighting
Stars: ✭ 9,985 (+7700.78%)
Mutual labels:  database, postgresql
Docker
Directus Docker — The Official Docker Container for the Directus Suite
Stars: ✭ 93 (-27.34%)
Mutual labels:  database, container
Postguard
🐛 Statically validate Postgres SQL queries in JS / TS code and derive schemas.
Stars: ✭ 104 (-18.75%)
Mutual labels:  database, postgresql
Ship Hold
data access framework for Postgresql on nodejs
Stars: ✭ 110 (-14.06%)
Mutual labels:  database, postgresql
Csv2db
The CSV to database command line loader
Stars: ✭ 102 (-20.31%)
Mutual labels:  database, postgresql
Qtl
A friendly and lightweight C++ database library for MySQL, PostgreSQL, SQLite and ODBC.
Stars: ✭ 92 (-28.12%)
Mutual labels:  database, postgresql
Pg stat kcache
Gather statistics about physical disk access and CPU consumption done by backends.
Stars: ✭ 106 (-17.19%)
Mutual labels:  database, postgresql
Postgresql Ocaml
OCaml-bindings for the PostgreSQL database
Stars: ✭ 120 (-6.25%)
Mutual labels:  database, postgresql
Myblog
python写的博客,支持3种数据库,现在挂在evilbinary.org
Stars: ✭ 121 (-5.47%)
Mutual labels:  database, openshift

PostgreSQL container images

PostgreSQL 10 status:Docker Repository on Quay, PostgreSQL 12 status:Docker Repository on Quay

This repository contains Dockerfiles for PostgreSQL images for OpenShift. Users can choose between RHEL, Fedora and CentOS based images.

For more information about using these images with OpenShift, please see the official OpenShift Documentation.

For more information about contributing, see the Contribution Guidelines. For more information about concepts used in these container images, see the Landing page.

Versions

PostgreSQL versions currently supported are:

RHEL versions currently supported are:

  • RHEL7

CentOS versions currently supported are:

  • CentOS7

Installation

Choose either the CentOS7 or RHEL7 based image:

  • RHEL7 based image

    These images are available in the Red Hat Container Catalog. To download it run:

    podman pull registry.redhat.io/rhscl/postgresql-12-rhel7
    

    To build a RHEL7 based image, you need to run Docker build on a properly subscribed RHEL machine.

    $ git clone --recursive https://github.com/sclorg/postgresql-container.git
    $ cd postgresql
    $ make build TARGET=rhel7 VERSIONS=12
    
  • CentOS7 based image

    These images are available on DockerHub. To download it run:

    $ podman pull centos/postgresql-12-centos7
    

    To build a PostgreSQL image from scratch run:

    $ git clone --recursive https://github.com/sclorg/postgresql-container.git
    $ cd postgresql
    $ make build TARGET=centos7 VERSIONS=12
    

Note: while the installation steps are calling podman, you can replace any such calls by docker with the same arguments.

Notice: By omitting the VERSIONS parameter, the build/test action will be performed on all provided versions of PostgreSQL.

Contributing

In this repository distgen is used for generating image source files. If you'd like update a Dockerfile, please make changes in specs/multispec.yml and/or Dockerfile.template (or other distgen file) and run make generate.

Usage

For information about usage of Dockerfile for PostgreSQL 10, see usage documentation.

For information about usage of Dockerfile for PostgreSQL 12, see usage documentation.

For versions which are not supported anymore:

Test

This repository also provides a test framework, which checks basic functionality of the PostgreSQL image.

Users can choose between testing PostgreSQL based on a RHEL or CentOS image.

  • RHEL based image

    To test a RHEL7 based PostgreSQL image, you need to run the test on a properly subscribed RHEL machine.

    $ cd postgresql
    $ make test TARGET=rhel7 VERSIONS=12
    
  • CentOS based image

    $ cd postgresql
    $ make test TARGET=centos7 VERSIONS=12
    

+By using the TESTS parameter you can choose a test case subset to be run against the image, eg:

$ cd postgresql
$ make test VERSIONS=12 TESTS="run_general_tests run_replication_test"

Notice: By omitting the VERSIONS parameter, the build/test action will be performed on all provided versions of PostgreSQL.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].