I have a docker image that is generated using
https://github.com/timescale/timescaledb
The base OS of my docker image is Alpine.
Could not find any document that uses apk to install the toolkit
I have a docker image that is generated using
https://github.com/timescale/timescaledb
The base OS of my docker image is Alpine.
Could not find any document that uses apk to install the toolkit
2
Answers
I used below part in my dockerfile to install timescaledb-toolkit
the timescaledb-ha contains the timescaledb-toolkit too.
You can see how to implement it here if you need to build a custom image.