- Notifications
You must be signed in to change notification settings - Fork4
Docker images for Database Lab (not DLE itself): PostgreSQL with extensions, migration tools, etc.
License
postgres-ai/custom-images
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
PostgreSQL Docker images with various additional extensions. Includes the majority of extensions, including those that are supported by RDS.
Derived fromofficial 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, thepostmaster 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.
Available PostgreSQL versions: 9.6 (EOL), 10 (EOL), 11 (EOL), 12(EOL), 13, 14, 15, 16, 17, 18. Extensions:
- all official"core" contrib modules
- bg_mon
- Citus
- HypoPG
- logerrors
- pg_auth_mon
- pg_cron
- pg_hint_plan
- pg_qualstats
- pg_repack
- pg_show_plans
- pg_stat_kcache
- pg_wait_sampling
- pg_timetable
- pgaudit
- pgextwlist
- hll
- topn
- postgresql_anonymizer
- PoWA
- set_user
- timescaledb
- pgvector
The PostgreSQL 18 image is now missing the following extensions (they will be added in the future):
- powa
- timescaledb
- citus
- topn
- pg_qualstats
- hll
- cron
- You can fork this repository and extend
Dockerfile, then build your own images - Proposals to add more extensions to this repository are welcomehttps://gitlab.com/postgres-ai/custom-images/-/issues
About
Docker images for Database Lab (not DLE itself): PostgreSQL with extensions, migration tools, etc.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.