This repository builds and publishes custom images for some of Meteroid's dependencies.
All images are published to ghcr.io/meteroid-oss/meteroid-postgres.
| Tag | Base | Use case |
|---|---|---|
{version}-standard |
postgres:{version} (official) |
Docker / docker-compose |
{version}-cnpg |
ghcr.io/cloudnative-pg/postgresql |
Kubernetes via CNPG operator |
Note: Tag
18.3was published without a suffix before this convention was established. Use18.3-standardfor the standard variant and18.3-cnpgfor CNPG going forward.
Both variants include:
- pgmq — durable message queue for Postgres
The CNPG variant additionally includes everything bundled by the CloudNativePG base image (pg_audit, pg_failover_slots, barman-cloud, ...).
Trigger the Build and Push Docker Image workflow manually with:
version: Postgres version (e.g.18.4)target:standard,cnpg, orall