foursquare / fsqio

A monorepo that holds all of Foursquare's opensource projects
Apache License 2.0
254 stars 54 forks source link

Docker image update? #18

Closed wulftone closed 8 years ago

wulftone commented 8 years ago

In reference to https://github.com/foursquare/fsqio/issues/17, we discovered that the docker image is probably out-of-date and fresh builds don't include changes that allow the map tiles to render properly. This ticket is to track updating the docker image.

mateor commented 8 years ago

Thanks for opening the new issue. Dockerhub is configured to republish new images - but the build OOM-ed at one point some time ago and never retried.

I will look into getting that image builder working again and setting up some alerts for build failures.

ETA: https://hub.docker.com/r/fsqio/fsqio/builds/bzgbv4f3ncasdtdrmb5p445/

mateor commented 8 years ago

I have restarted the Dockerhub build hooks. So the fsqio/fsqio image has been published at the current HEAD of this repo. That build also triggered the downstream Dockerhub build for twofishes as well, so theorectically you should be able to run:

    docker pull fsqio/twofishes

and get the latest geocoder. We will have to just wait and see about the ongoing health of the build hooks. Feel free to open another issue if you see your image is stale.

As a final note, the Dockerfile for the fsqio/fsqio base image is also included in this repo, you can update or rebuild that as needed.