Skip to content

Update taginfo version #367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions images/taginfo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions images/taginfo/config/taginfo-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Loading