From d325ca6bf842260ebb4473e08b508e4708789845 Mon Sep 17 00:00:00 2001 From: Tim Sutton Date: Tue, 19 Jun 2018 14:16:34 +0200 Subject: [PATCH] Update docker hub references to kartoza repo. @gustry I have set up autobuilds now (not sure why I never did this before), so it should work nicely on the kartoza repo too --- docker-compose-web.yml | 4 ++-- docker-compose.yml | 2 +- readme.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose-web.yml b/docker-compose-web.yml index fa1ccf1..1eec2b5 100644 --- a/docker-compose-web.yml +++ b/docker-compose-web.yml @@ -28,7 +28,7 @@ db: # - "5432:5432" imposm: - # image: etrimaille/docker-osm:imposm-latest + # image: kartoza/docker-osm:imposm-latest build: docker-imposm3 container_name: dockerosm_imposm volumes_from: @@ -69,7 +69,7 @@ imposm: osmupdate: - # image: etrimaille/docker-osm:osmupdate-latest + # image: kartoza/docker-osm:osmupdate-latest build: docker-osmupdate container_name: dockerosm_osmupdate volumes_from: diff --git a/docker-compose.yml b/docker-compose.yml index faeb725..07d7fba 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: test: "exit 0" imposm: - # image: etrimaille/docker-osm:imposm-latest + # image: kartoza/docker-osm:imposm-latest build: docker-imposm3 volumes_from: - storage diff --git a/readme.md b/readme.md index 06896f6..efa8b27 100644 --- a/readme.md +++ b/readme.md @@ -7,8 +7,8 @@ The only file you need is a PBF file and run the docker compose project. Dockerfiles are executed on https://cloud.docker.com ```bash -docker pull etrimaille/docker-osm:imposm-latest -docker pull etrimaille/docker-osm:osmupdate-latest +docker pull kartoza/docker-osm:imposm-latest +docker pull kartoza/docker-osm:osmupdate-latest ``` You need to copy/paste the docker-compose project and use the images hosted on the internet.