GeographicaGS / Docker-GDAL2

GDAL 2.x Docker images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker GDAL2

GDAL2 Docker images.

Versions

The philosophy behind Git / Docker tags correlation we ended up using is simple: the master branch of this repo contains as many folders containing different Docker image builds as Docker tags we like to have. We don't use Git tags nor branches to try to correlate with Docker tags. We try this in the past and was a mess. Each version packages makes a folder, each folder builds a geographica/gdal2 Docker tag bundling different library versions.

These are the available versions:

  • GDAL 2.0.1
  • GDAL 2.0.2
  • GDAL 2.1.0
  • GDAL 2.1.1
  • GDAL 2.1.2
  • GDAL 2.1.3
  • GDAL 2.2.0
  • GDAL 2.2.1
  • GDAL 2.2.2
  • GDAL 2.2.3
  • GDAL 2.2.4
  • GDAL 2.3.0
  • GDAL 2.3.1
  • GDAL 2.3.2
  • GDAL 2.4.0
  • GDAL 2.4.1
  • GDAL 2.4.2
  • GDAL 2.4.3
  • Daily - Nightly Snapshots; to test new features (use at your own risk!!).

Docker Hub

Pulling image from Docker Hub (use "latest" or version*):

$ docker pull geographica/gdal2:latest
  • Daily is for testing purposes only, and is only available for building image directly from Dockerfile (not available for pulling from Docker Hub).

Docker Hub repo link

GDAL 2 info

Credits

About

GDAL 2.x Docker images.

License:MIT License


Languages

Language:Dockerfile 100.0%