Re: [gdal-dev] error building gdal docker image for v2.4.4

2021-01-06 Thread Even Rouault
> Is this expected behavior? Perhaps the Dockerfile in the gdal repository is > not backwards compatible as far back as version 2.4.4 of gdal and version > 4.8.0 of proj? Yes this is expected. The Dockerfile, as it, is only compatible of GDAL >= 3 and PROJ >= 6. You could tweak it to make it work

[gdal-dev] error building gdal docker image for v2.4.4

2021-01-06 Thread Henry Rodman
Hello, I am trying to set up a development environment with version 2.4.4 of gdal installed. I found the documentation for the gdal docker image and successfully built the image with --gdal master and --proj master flags set. However, when I try to build the docker image with version 2.4.4 of gdal