Skip to content

apaxsoftware/docker-postgis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published