timescaledb-docker-ha
timescaledb-docker-ha copied to clipboard
Cannot exclude some extensions
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.