timescale / timescaledb-docker-ha

Create Docker images containing TimescaleDB, Patroni to be used by developers and Kubernetes.
Apache License 2.0
143 stars 38 forks source link

Cannot exclude some extensions #430

Open igkg opened 7 months ago

igkg commented 7 months ago

Hello, I need pg16+patroni+timescaledb community. I tried to set all extensions to "" to avoid ext libraries but it looks like the build script doesn't consider "" values for some extensions. I tried POSTGIS_VERSIONS="" PG_AUTH_MON="" PGVECTOR="" H3="" PROMSCALE="" PGBOUNCER_EXPORTER_VERSION="" PGBACKREST_EXPORTER_VERSION="" make build-oss

ERROR: pg16 extension h3_postgis not found: (and not at /usr/lib/postgresql/16/lib/h3_postgis.so

Value TIMESCALEDB_VERSIONS=latest isn't work too.

Minimum working command for me POSTGIS_VERSIONS="" PG_AUTH_MON="" PGVECTOR="" PROMSCALE="" make build-oss

And I can't find a way to set image tag for the build command.