timescale / timescaledb-docker

Release Docker builds of TimescaleDB
Apache License 2.0
290 stars 128 forks source link

Add plpython3, pgvector, and pgai extensions #249

Closed jgpruitt closed 3 months ago

jgpruitt commented 4 months ago

This adds several new extensions to the image including:

  1. plpython3
  2. pgvector
  3. pgai

To add plpython3 on pg16, we needed to bump from Alpine 3.18 to Alpine 3.20. Alpine 3.20 does not have plpython3 packages for pg13. Timescaledb no longer supports pg13 anyway, so we dropped support for it.

svenklemm commented 4 months ago

Might have to wait until after 2.15.2 is out as we still need pg13 for that

grrowl commented 3 months ago

When can we expect this to make it into the official docker hub images (under latest-pg16)?

svenklemm commented 3 months ago

I've triggered docker image rebuild so should be available in an hour roughly