diffix / explorer

Tool to automatically explore and generate stats on data anonymized using Diffix
MIT License
2 stars 1 forks source link

Fix git version info for docker image. #206

Closed dandanlen closed 4 years ago

dandanlen commented 4 years ago

The git version info wasn't showing correctly when building with docker. This was because the .git directory was included in the .dockerignore file, meaning the build stage had no access to git info.

Also: removes some old metadata fields from ExplorerConfig.

Fixes #205