Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 570 Bytes

File metadata and controls

23 lines (15 loc) · 570 Bytes

Docker Postgis

docker pull apax/postgis

This is the source Dockerfile for the apax/postgis docker image.

Building the image

From project root:

# PGVERSION could be 15, 16, or 17.
PGVERSION=17
docker build --build-arg PGVERSION=$PGVERSION -t apax/postgis:${PGVERSION} .

Using the image

Image name and tag

  • apax/postgis:15
  • apax/postgis:16
  • apax/postgis:17