@@ -18,7 +18,7 @@ Unless `-e POSTGRES_DB` is passed to the container at startup time, this databas
1818
1919Recomended version for the new users: ` postgis/postgis:15-3.3 `
2020
21- ### Debian based ( recomended ):
21+ ### Debian based : linux/amd64 (X86-64) ( recomended ):
2222
2323 * It's conservative in its release cycle to ensure high stability.
2424 * * "conservative"* ~ = not the latest geos, proj, gdal packages.
@@ -35,7 +35,7 @@ Recomended version for the new users: `postgis/postgis:15-3.3`
3535| [ postgis/postgis:13-3.3] ( https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=13-3.3 ) | [ Dockerfile] ( https://github.com/postgis/docker-postgis/blob/master/13-3.3/Dockerfile ) | debian: bullseye | 13 | 3.3.1 |
3636| [ postgis/postgis:14-3.3] ( https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=14-3.3 ) | [ Dockerfile] ( https://github.com/postgis/docker-postgis/blob/master/14-3.3/Dockerfile ) | debian: bullseye | 14 | 3.3.1 |
3737| [ postgis/postgis:15-3.3] ( https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=15-3.3 ) | [ Dockerfile] ( https://github.com/postgis/docker-postgis/blob/master/15-3.3/Dockerfile ) | debian: bullseye | 15 | 3.3.1 |
38- ### Alpine based
38+ ### Alpine based : linux/amd64 (X86-64)
3939
4040* base os = [ Alpine linux] ( https://alpinelinux.org/ ) : designed to be small, simple and secure ; [ musl libc] ( https://musl.libc.org/ ) based
4141* alpine:3.16; geos=3.10; gdal=3.5; proj=9.0
@@ -51,7 +51,7 @@ Recomended version for the new users: `postgis/postgis:15-3.3`
5151| [ postgis/postgis:14-3.3-alpine] ( https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=14-3.3-alpine ) | [ Dockerfile] ( https://github.com/postgis/docker-postgis/blob/master/14-3.3/alpine/Dockerfile ) | alpine:3.16 | 14 | 3.3.1 |
5252| [ postgis/postgis:15-3.3-alpine] ( https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=15-3.3-alpine ) | [ Dockerfile] ( https://github.com/postgis/docker-postgis/blob/master/15-3.3/alpine/Dockerfile ) | alpine:3.16 | 15 | 3.3.1 |
5353
54- ### Test images
54+ ### Test images : linux/amd64 (X86-64)
5555
5656* alpha, beta, rc and development ( ~ master ) versions
5757* the template for ` *-master ` images is updated manually, so sometimes there is a delay of a few weeks.
@@ -61,6 +61,36 @@ Recomended version for the new users: `postgis/postgis:15-3.3`
6161| [ postgis/postgis:14-master] ( https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=14-master ) | [ Dockerfile] ( https://github.com/postgis/docker-postgis/blob/master/14-master/Dockerfile ) | debian: bullseye | 14 | development: postgis, geos, proj, gdal |
6262| [ postgis/postgis:15-master] ( https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=15-master ) | [ Dockerfile] ( https://github.com/postgis/docker-postgis/blob/master/15-master/Dockerfile ) | debian: bullseye | 15 | development: postgis, geos, proj, gdal |
6363
64+ ### Experimental linux/arm64 images
65+
66+ * buildx/qemu based images
67+ * the arm64 - alpine version tested with JIT=OFF ( BUILDX/QEMU7.0 problem ! )
68+ * generated from the default Dockerfile just added an ` -experimental ` tag postfix!
69+
70+ | Platform | DockerHub image | PG | PostGIS | OS |
71+ | ------------ | ---------------------------------------------| -- | ---------| --------------- |
72+ | ` linux/arm64 ` | ` postgis/postgis:10-3.2-experimental ` | 10 | 3.2 | debian: bullseye |
73+ | ` linux/arm64 ` | ` postgis/postgis:11-3.3-experimental ` | 11 | 3.3 | debian: bullseye |
74+ | ` linux/arm64 ` | ` postgis/postgis:12-3.3-experimental ` | 12 | 3.3 | debian: bullseye |
75+ | ` linux/arm64 ` | ` postgis/postgis:13-3.3-experimental ` | 13 | 3.3 | debian: bullseye |
76+ | ` linux/arm64 ` | ` postgis/postgis:14-3.3-experimental ` | 14 | 3.3 | debian: bullseye |
77+ | ` linux/arm64 ` | ` postgis/postgis:15-3.3-experimental ` | 15 | 3.3 | debian: bullseye |
78+ | ` linux/arm64 ` | ` postgis/postgis:15-3.3-alpine-experimental ` | 15 | 3.3 | alpine:3.16 |
79+
80+ ### Other Experimental images
81+
82+ * buildx/qemu based images
83+ * the ppc64le - alpine version tested with JIT=OFF ( BUILDX/QEMU7.0 problem ! )
84+ * generated from the default Dockerfile just added an ` -experimental ` tag postfix!
85+
86+ | Platform | DockerHub image | PG | PostGIS | OS |
87+ | --------------- | ---------------------------------------------| -- | ---------| --------------- |
88+ | ` linux/arm/v7 ` | ` postgis/postgis:15-3.3-alpine-experimental ` | 15| 3.3 | alpine:3.16 |
89+ | ` linux/arm/v6 ` | ` postgis/postgis:15-3.3-alpine-experimental ` | 15| 3.3 | alpine:3.16 |
90+ | ` linux/386 ` | ` postgis/postgis:15-3.3-alpine-experimental ` | 15| 3.3 | alpine:3.16 |
91+ | ` linux/ppc64le ` | ` postgis/postgis:15-3.3-alpine-experimental ` | 15| 3.3 | alpine:3.16 |
92+ | ` linux/ppc64le ` | ` postgis/postgis:15-3.3-experimental ` | 15| 3.3 | debian: bullseye |
93+
6494## Usage
6595
6696In order to run a basic container capable of serving a PostGIS-enabled database, start a container as follows:
0 commit comments