You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Images are automatically rebuilt weekly on Mondays.
20
+
The CNPG PostgreSQL Container Images:
21
+
22
+
- Are based on Debian Linux `stable` and `oldstable`
23
+
- Support **multi-architecture builds**, including `linux/amd64` and `linux/arm64`.
24
+
- Include **build attestations**, such as Software Bills of Materials (SBOMs) and provenance metadata.
25
+
- Are published on the [CloudNativePG GitHub Container Registry](https://github.com/cloudnative-pg/postgres-containers/pkgs/container/postgresql).
26
+
- Are **automatically rebuilt weekly** (every Monday) to ensure they remain up-to-date.
22
27
23
28
## Image Types
24
29
25
-
We currently build and support two primary types of images:
30
+
We currently build and support two primary types of PostgreSQL images:
26
31
27
32
-[`minimal`](#minimal-images)
28
33
-[`standard`](#standard-images)
@@ -34,12 +39,15 @@ plugins, such as [Barman Cloud](https://github.com/cloudnative-pg/plugin-barman-
34
39
> [`system`](#system-images) image type. Switching from `system` images to
35
40
> `minimal` or `standard` images on an existing cluster is not supported.
36
41
37
-
### Minimal images
38
-
39
-
Minimal images are built on top of the [official Debian images](https://hub.docker.com/_/debian), by installing [APT PostgreSQL packages](https://wiki.postgresql.org/wiki/Apt) provided by the PostgreSQL Global Development Group (PGDG).
42
+
### Minimal Images
40
43
41
-
Minimal images include `minimal` in the tag name, e.g. `17.2-minimal-bookworm`.
44
+
Minimal images are lightweight and built on top of the
0 commit comments