This repo builds Docker images for CloudNativePG with the TimescaleDB extension installed.
Both versions are automatically updated by Renovate bot, so new releases will be available within a few hours.
Images are available at ghcr.io/clevyr/cloudnativepg-timescale. There are tags available for Postgres v14, v15, v16, and v17.
Set .spec.imageName in the Cluster to use one of the container images provided by this repository.
For example:
apiVersion: postgresql.cnpg.io/v1kind: Clustermetadata:
name: examplespec:
instances: 3imageName: ghcr.io/clevyr/cloudnativepg-timescale:17-ts2postgresql:
shared_preload_libraries:
- timescaledbbootstrap:
initdb:
postInitTemplateSQL:
- CREATE EXTENSION IF NOT EXISTS timescaledb;