From b45f880bb1e3eb731356036ef883f67500ce1fad Mon Sep 17 00:00:00 2001 From: gayyappan <45599764+gayyappan@users.noreply.github.com> Date: Tue, 24 Aug 2021 10:54:21 -0400 Subject: [PATCH] Remove reference to postgis-docker (#227) We do not build docker images with postgis starting with timescaledb 2.4. Co-authored-by: Lana Brindley Co-authored-by: Jacob Prall --- .../install-timescaledb/installation-docker.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/timescaledb/how-to-guides/install-timescaledb/installation-docker.md b/timescaledb/how-to-guides/install-timescaledb/installation-docker.md index fe3809672c08..bf0596181e07 100644 --- a/timescaledb/how-to-guides/install-timescaledb/installation-docker.md +++ b/timescaledb/how-to-guides/install-timescaledb/installation-docker.md @@ -87,26 +87,9 @@ If you want to use a version that contains _only_ Apache 2.0 licensed code, you should pull the tag `latest-pg12-oss` as an example. -## Prebuilt with PostGIS [](postgis-docker) - -We have also published a Docker image that comes prebuilt with -PostGIS. This image is published under the -name `timescale/timescaledb-postgis` rather than `timescale/timescaledb`. -To download and run this image, follow the same instructions as above, -but use this image name instead. - -Then just add the extension from the `psql` command line: -```bash -CREATE EXTENSION postgis; -``` -For more instructions on using PostGIS, [see our tutorial][tutorial-postgis]. - - - [Docker Hub]: https://hub.docker.com/r/timescale/timescaledb/ [docker-vulnerability]: https://www.techrepublic.com/article/how-to-fix-the-docker-and-ufw-security-flaw [official-image]: https://github.com/docker-library/postgres/ [alpine Linux]: https://alpinelinux.org/ [docker-data-volumes]: https://docs.docker.com/storage/volumes/ -[tutorial-postgis]: /tutorials/nyc-taxi-cab