timescaledb-docker
timescaledb-docker copied to clipboard
Timescaledb dockerfile deprecated things
In the current Dockerfile from main branch has a repository that was archived by timescale team. Is about this one: github.com/timescale/timescaledb-backup Is this the official Dockerfile that you are using for building the docker images from here? https://hub.docker.com/r/timescale/timescaledb Are those packages used anylonger? I know timescaledb relies as a backup on pgdump as written in the documentation. Thank you!
The goal here is to have the image with no or as few vulnerabilities as possible.
Also, is this module needed in the docker image? github.com/timescale/timescaledb-parallel-copy
This reposity contains some of the Dockerfiles for the images found at https://hub.docker.com/r/timescale/timescaledb. Not sure what the exact ask is. timescaledb-parallel-copy is not required to run timescaledb but may be useful if you want to bulkload data.
timescaledb-backup has been removed from the docker image