Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ maintained by the PostgreSQL Global Development Group (PGDG).
These images are identified by the inclusion of `minimal` in their tag names,
for example: `17.6-minimal-trixie`.

> **NOTE**: Starting with PostgreSQL 18, `minimal` images will **not** include
> [!NOTE]
> Starting with PostgreSQL 18, `minimal` images will **not** include
> LLVM JIT support (shipped in the `postgresql-MM-jit` package, where `MM`
> represents the PostgreSQL major version). JIT will be available only in the
> `standard` image.
Expand All @@ -111,7 +112,8 @@ following additional features:
Standard images are identifiable by the `standard` tag in their names, such as:
`17.6-standard-trixie`.

> **Note:** Standard images are designed to offer functionality equivalent to
> [!NOTE]
> Standard images are designed to offer functionality equivalent to
> the legacy `system` images when used with CloudNativePG. To achieve parity,
> you must use the [Barman Cloud Plugin](https://github.com/cloudnative-pg/plugin-barman-cloud)
> as a replacement for the native Barman Cloud support in `system` images.
Expand All @@ -121,7 +123,8 @@ Standard images are identifiable by the `standard` tag in their names, such as:
Starting from September 2025, system images are based on the `standard` image
and include Barman Cloud binaries.

> **IMPORTANT:** The `system` images are deprecated and will be removed once
> [!IMPORTANT]
> The `system` images are deprecated and will be removed once
> in-core support for Barman Cloud in CloudNativePG is phased out. While you
> can still use them as long as in-core Barman Cloud remains available, you
> should plan to migrate to either a `minimal` or `standard` image together
Expand Down