hotosm / oam-server

DEPRECATED: OpenAerialMap processing and tile server
4 stars 3 forks source link

Build Docker images during CI #12

Open mojodna opened 9 years ago

mojodna commented 9 years ago

I've had good luck using Quay.io for this, building images from tags (or for every commit, I suppose), as it results in clean images (no local leftovers) built in a repeatable manner. Circle CI also supports this, albeit with slightly more configuration (see circle.yml).

hectcastro commented 9 years ago

We have been adopting Quay as well, and thus far things have been good. Their support via IRC is very good too (despite the fact that we're not paying customers yet).

hectcastro commented 9 years ago

The following pull requests aim to resolve this issue: