> 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
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