PostgreSQL, TimescaleDB with toolkit and GIS extension
Find a file
2024-10-13 14:58:57 +01:00
.gitignore Initial import 2024-10-13 14:58:57 +01:00
build.sh Initial import 2024-10-13 14:58:57 +01:00
build_tsdb_toolkit_steps_PG16 Initial import 2024-10-13 14:58:57 +01:00
build_tsdb_toolkit_steps_PG17 Initial import 2024-10-13 14:58:57 +01:00
Dockerfile Initial import 2024-10-13 14:58:57 +01:00
Dockerfile_PG16 Initial import 2024-10-13 14:58:57 +01:00
Dockerfile_PG17 Initial import 2024-10-13 14:58:57 +01:00
readme.md Initial import 2024-10-13 14:58:57 +01:00

Alpine Linux with postgdeSQL, PostGis, Timescale and Timescale Toolkit in a single docker image.

The image contains following (all versions are as of 2024-03-31):

  • postgresql 16 on alpine 3.19

  • timescaledb extension 2.13

  • timescaledb toolkit extension 0.18.0

  • postgis extension 3.4.2

  • TimescaleDB extension is preloaded

  • newly created databases doesn't have any extension created. You need to execute "CREATE EXTENSION ..." command in any database you need to use desired extension(s) in.