Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

resmio/docker-postgres-gis-hstore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgres GIS Hstore

Usage

Postgres 9 (previous)

Build postgres 9 container

make postgres-9-build

Push it to the hub with tag 9

make postgres-9-push-tag-9

Push it to the hub with tag latest

make postgres-9-push-tag-latest

Postgres 11

Build postgres 11 container

make postgres-11-build

Push it to the hub with tag 11

make postgres-11-push-tag-11

Push it to the hub with tag latest

make postgres-11-push-tag-latest

Postgres 14 (current)

Build postgres 14 container

make postgres-14-build

Push it to the hub with tag 14

make postgres-14-push-tag-14

Push it to the hub with tag latest

make postgres-14-push-tag-latest

Packages

No packages published

Languages

  • Makefile 88.6%
  • Dockerfile 11.4%