pelias / openstreetmap

Import pipeline for OSM in to Pelias
MIT License
112 stars 72 forks source link

Add large test fixtures to `.dockerignore` #563

Closed orangejulius closed 2 years ago

orangejulius commented 2 years ago

While running some other analysis on our docker images I noticed that the Docker image for OSM will include the ~30MB of PBF files and test fixtures we use in our end-to-end tests.

Currently, we don't run anything but the unit tests during the Docker image build, so these files are never used.

Since it will save quite a bit of space and reduce network usage every time someone downloads a new copy of the OSM Docker image, removing them seems like the right call.