docker-images: tag TimescaleDB as sourcegraph/codeinsights-db
Created by: slimsag
We plan to deploy TimescaleDB as a standalone container in our deployments as the database backend for Code Insights, see: https://github.com/sourcegraph/sourcegraph/issues/17218
TimescaleDB is effectively just a Postgres extension, but we will use their official Docker image as they lag behind on the supported Postgres versions a bit (12 vs. 13 currently) and we want isolation.
This PR merely tags the image according to our regular Docker image naming scheme.
Signed-off-by: Stephen Gutekanst [email protected]