diff --git a/images/full-history/Dockerfile b/images/full-history/Dockerfile index ffc075c1..7031b903 100644 --- a/images/full-history/Dockerfile +++ b/images/full-history/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/osmus/osmseed-osm-processor:v3 +FROM ghcr.io/osmus/osmseed-osm-processor VOLUME /mnt/data COPY ./start.sh / diff --git a/images/planet-dump/Dockerfile b/images/planet-dump/Dockerfile index ffc075c1..7031b903 100644 --- a/images/planet-dump/Dockerfile +++ b/images/planet-dump/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/osmus/osmseed-osm-processor:v3 +FROM ghcr.io/osmus/osmseed-osm-processor VOLUME /mnt/data COPY ./start.sh / diff --git a/images/populate-apidb/Dockerfile b/images/populate-apidb/Dockerfile index 186595b9..c9f9f1d6 100644 --- a/images/populate-apidb/Dockerfile +++ b/images/populate-apidb/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/osmus/osmseed-osm-processor:v3 +FROM ghcr.io/osmus/osmseed-osm-processor VOLUME /mnt/data COPY ./start.sh / diff --git a/images/replication-job/Dockerfile b/images/replication-job/Dockerfile index aa785a4b..40909981 100644 --- a/images/replication-job/Dockerfile +++ b/images/replication-job/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/osmus/osmseed-osm-processor:v3 +FROM ghcr.io/osmus/osmseed-osm-processor # Install Nginx RUN apt-get update && \