rocker-org / rocker-versioned

Run current & prior versions of R using docker
https://hub.docker.com/r/rocker/r-ver
GNU General Public License v2.0
297 stars 169 forks source link

Geospatial base #20

Closed rkrug closed 7 years ago

rkrug commented 7 years ago

Sort libraries and options alphabetically and add libraries as suggested by @mdsumner at rocker-org/rocker#213 (comment)

cboettig commented 7 years ago

Thanks, yeah, that's the standard practice in Dockerfiles. Can you pull from master first to resolve conflicts?

rkrug commented 7 years ago

@cboettig Done.

cboettig commented 7 years ago

Nice, thanks!

rkrug commented 7 years ago

Thanks - was easier than I thought.

cboettig commented 7 years ago

@rkrug grr, Docker Hub build failed. missing tiff headers by the look of it? Can you take a look and fix?

rkrug commented 7 years ago

OK - I'm on it.

rkrug commented 7 years ago

I am at the moment running the build locally - do you have the error message or is it on travis-ci?

cboettig commented 7 years ago

I get the error message from docker hub, but I don't think hub will show you the logs: https://hub.docker.com/r/rocker/geospatial/builds/ (docker hub doesn't have the same granular access permissions of github)

I do have a circle-CI build set up for the other images in the repo here, but it would probably time out if I tried including geospatial image as well. Guess that's one advantage of putting the dockerfiles in separate repos; guess we could do that.

rkrug commented 7 years ago

Still trying - should have it in an hour.