Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 2.66 KB

File metadata and controls

52 lines (43 loc) · 2.66 KB

PostgreSQL Images

Extended images

PostgreSQL Docker images with various additional extensions. Includes the majority of extensions, including those that are supported by RDS.

Derived from official PostgreSQL images. One of the key differences is that PostgreSQL can be stopped or restarted without the container being stopped (this is because in the official image, the postmaster process is the main one).

Storage-optimized: the size of each image is ~300-500 MiB.

Use these images with Database Lab, when you need HypoPG or anything else.

What's inside

Actively built PostgreSQL versions: 13, 14, 15, 16, 17, 18 (15-18 on Debian 13 "trixie", 13-14 on Debian 12 "bookworm"). End-of-life versions (9.6, 10, 11, 12) are no longer rebuilt; previously published tags remain available. Extensions:

Not included in the PostgreSQL 18 image (yet)

The PostgreSQL 18 image is now missing the following extensions (they will be added in the future):

  • powa
  • citus
  • topn
  • pg_qualstats

How to extend

PostgreSQL Tools: