From 9f4d48cf25fec4dfa80e3abb67801edd6607745f Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Fri, 24 Jan 2020 14:40:03 -0500 Subject: [PATCH] Remove unused import-sql image (#738) import-sql image is not used anywhere in OMT, deleting. --- docker-compose.yml | 11 ----------- quickstart.sh | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b46371ff..a47a954f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -67,17 +67,6 @@ services: - ./data:/import - ./build:/mapping - cache:/cache - import-sql: - # This target is obsolete, and was left for backwards compatibility - # Use openmaptiles-tools target instead - image: "openmaptiles/openmaptiles-tools:${TOOLS_VERSION}" - command: import-sql - env_file: .env - networks: - - postgres_conn - volumes: - - .:/tileset - - ./build:/sql openmaptiles-tools: image: "openmaptiles/openmaptiles-tools:${TOOLS_VERSION}" env_file: .env diff --git a/quickstart.sh b/quickstart.sh index 729385ae..3a4bc73c 100755 --- a/quickstart.sh +++ b/quickstart.sh @@ -239,7 +239,7 @@ docker-compose run $DC_OPTS import-osm echo " " echo "-------------------------------------------------------------------------------------" echo "====> : Start SQL postprocessing: ./build/tileset.sql -> PostgreSQL " -echo " : Source code: https://github.com/openmaptiles/openmaptiles-tools/tree/master/docker/import-sql " +echo " : Source code: https://github.com/openmaptiles/openmaptiles-tools/blob/master/bin/import-sql" # If the output contains a WARNING, stop further processing # Adapted from https://unix.stackexchange.com/questions/307562 docker-compose run $DC_OPTS openmaptiles-tools import-sql | \