BaseAdresseNationale / addok-docker

Conteneurs Addok pour Docker
151 stars 28 forks source link

Why is the database not builded in Dockerfile ? #19

Closed kopax closed 3 years ago

kopax commented 4 years ago

Hi and thansk for sharing, I was just wondering, why does the Dockerfile not including the database by default and why those manuals steps?

FROM etalab/addok

RUN wget https://adresse.data.gouv.fr/data/ban/adresses-odbl/latest/addok/addok-france-bundle.zip
RUN mkdir /data
RUN unzip -d /data addok-france-bundle.zip
RUN mv /data/addok.conf /etc/addok/addok.conf

Something like this will this cause issue? Thanks & Best!

jdesboeufs commented 4 years ago

Because it's too long, and we don't want users have to do this, or deal with big images. But we can provide our code to do the same thing, for the expert only.

You have to know that we use this project to help administrations/companies to leverage our tools, the most efficiently as possible.

Soon, the dataset will be updated daily (currently weekly).