TimesaleDB and Kubegres

Hello folks,

I’d like to use TimescaleDB with the Kubegres PostgreSQL Operator under K3s. In order for this to work, the TimescaleDB images must be based on the official PostgreSQL images, so that all of the standard tools for replication, backup etc. are present.

I have looked at the Dockerfile of the TimescaleDB images, but it seems to be based on a proprietary binary added by the ADD FILE directive, so I cannot really say what’s in it. Is there any information out there about this?