diff --git a/images/taginfo/Dockerfile b/images/taginfo/Dockerfile index 9c3a0fb7..e461bceb 100644 --- a/images/taginfo/Dockerfile +++ b/images/taginfo/Dockerfile @@ -41,8 +41,10 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2 ./aws/install && \ rm awscliv2.zip +ENV TAGINFO_GITSHA=4a7dadc864ab4400afaf8a34876d05c58aa4e64a RUN git clone https://github.com/taginfo/taginfo.git $workdir/taginfo && \ cd $workdir/taginfo && \ + git checkout $TAGINFO_GITSHA && \ bundle install # Download and prepare uWSGI diff --git a/images/taginfo/config/taginfo-config.json b/images/taginfo/config/taginfo-config.json index 3350e324..a4af93c5 100644 --- a/images/taginfo/config/taginfo-config.json +++ b/images/taginfo/config/taginfo-config.json @@ -71,5 +71,11 @@ }, "tagstats": { "geodistribution": "FlexMem" + }, + "footer": { + "project_name": "osmseed", + "project_url": "https://www.osmseed.org/", + "copyright_attribution": "Data is public domain (CC0)", + "copyright_url": "https://wiki.openstreetmap.org/wiki/osmseed/License" } }