@@ -18,7 +18,7 @@ Unless `-e POSTGRES_DB` is passed to the container at startup time, this databas
18
18
19
19
Recomended version for the new users: ` postgis/postgis:15-3.3 `
20
20
21
- ### Debian based ( recomended ):
21
+ ### Debian based : linux/amd64 (X86-64) ( recomended ):
22
22
23
23
* It's conservative in its release cycle to ensure high stability.
24
24
* * "conservative"* ~ = not the latest geos, proj, gdal packages.
@@ -35,7 +35,7 @@ Recomended version for the new users: `postgis/postgis:15-3.3`
35
35
| [ 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 |
36
36
| [ 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 |
37
37
| [ 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)
39
39
40
40
* base os = [ Alpine linux] ( https://alpinelinux.org/ ) : designed to be small, simple and secure ; [ musl libc] ( https://musl.libc.org/ ) based
41
41
* 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`
51
51
| [ 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 |
52
52
| [ 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 |
53
53
54
- ### Test images
54
+ ### Test images : linux/amd64 (X86-64)
55
55
56
56
* alpha, beta, rc and development ( ~ master ) versions
57
57
* 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`
61
61
| [ 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 |
62
62
| [ 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 |
63
63
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
+
64
94
## Usage
65
95
66
96
In order to run a basic container capable of serving a PostGIS-enabled database, start a container as follows:
0 commit comments