Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 774 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 774 Bytes

PostgreSQL / CNPG Container Images

These images are built on top of the CNPG postgres-containers and adds the following software:

  • pg_repack (distributed under the BSD 3-Clause License)

Thanks

With thanks to:

Building

To build the Dockerfile locally, you need to pass the CNPG_TAG, DISTRO and PG_REPACK_TAG args.

For example: docker build . --build-arg="CNPG_TAG=16.3" --build-arg="PG_REPACK_TAG=1.5.1" --build-arg="DISTRO=bullseye"