Docker build failing with osmosis installation
GeoWonk opened this issue · 1 comments
The Docker container now fails to build at the point it attempts osmosis installation (step 6). This error has arisen sometime in the past month, since I (probably needlessly) rebuild the container once a month.
When running the command sudo docker build -t barefoot-map ./map
after
https://github.com/bmwcarit/barefoot/issues/137?email_source=notifications&email_token=AGCP4DB7GDGQQHFWW3QMXT3QBMJHHA5CNFSM4IHEFRH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD245QMI#issuecomment-515495985
I eventually get Could not download artifact 'postgresql:postgresql:9.1-901-1.jbdc@jar
. The jar is indeed in the maven repo.
I fixed this by altering the Dockerfile so step 6 checks out osmosis 0.44
instead of 0.43.1
and the build was successful, although I have not yet completed importation of data.
This is clearly not an issue with Barefoot itself, but are there are known problems with osmosis 0.44 compared to 0.43.1 with respect to Barefoot?
Thanks for reporting the issue. I will have a look. I think it needs an update of some broken dependency.