aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2022-02-09Docker: update base image to ubuntu:20.04 [ci skip] (#3043)Mike Taves
2022-01-12Dockerfile: build PROJ with cmake (refs #2688)Even Rouault
2020-02-09Dockerfile: make it non-git dependent, so that it can work in branches, and ↵Even Rouault
Docker Hub builds
2020-02-09Dockerfile: fix build with tiff&curl dependencies, and use CDN TIFF filesEven Rouault
2019-06-21Use HTTPS URLs for download.osgeo.orgPaul Menzel
Change all occurrences with the command below. git grep -l http://download.osgeo.org/ | xargs sed -i 's,http://download.osgeo.org/,https://download.osgeo.org/,g' Fixes: https://github.com/OSGeo/PROJ/issues/1521
2019-06-05Update GitHub references: proj.4 -> PROJMike Taves
2019-04-26Dockerfile: revise layer order for better cachingEven Rouault
2019-04-21Dockerfile: cleanup grid .zip filesEven Rouault
2019-03-22Fix Dockerfile to catch up to 6.0.0 (#1344)Howard Butler
2018-08-13base osgeo/proj automated Docker image on Ubuntu 18.04Howard Butler
2016-09-08update Dockerfile to xenialHoward Butler
2016-03-02Add a Dockerfile that demonstrates building proj.4 and friendsHoward Butler