@@ -32,13 +32,12 @@ CloudNativePG actively maintains the following third-party extensions, provided
3232they are maintained by their respective authors, and PostgreSQL Debian Group
3333(PGDG) packages are available.
3434
35- | Extension | Description | Project URL |
36- | :--- | :--- | :--- |
37- | ** [ pgAudit] ( pgaudit ) ** | PostgreSQL audit extension | [ github.com/pgaudit/pgaudit] ( https://github.com/pgaudit/pgaudit ) |
38- | ** [ pg_crash] ( pg-crash ) ** | ** Disruptive** fault injection and chaos engineering extension | [ github.com/cybertec-postgresql/pg_crash] ( https://github.com/cybertec-postgresql/pg_crash ) |
39- | ** [ pgvector] ( pgvector ) ** | Vector similarity search for PostgreSQL | [ github.com/pgvector/pgvector] ( https://github.com/pgvector/pgvector ) |
40- | ** [ PostGIS] ( postgis ) ** | Geospatial database extension for PostgreSQL | [ postgis.net/] ( https://postgis.net/ ) |
41-
35+ | Extension | Description | Project URL | Maintained by |
36+ | :--- | :--- | :--- | :--- |
37+ | ** [ pgAudit] ( pgaudit ) ** | PostgreSQL audit extension | [ github.com/pgaudit/pgaudit] ( https://github.com/pgaudit/pgaudit ) | CNPG maintainers |
38+ | ** [ pg_crash] ( pg-crash ) ** | ** Disruptive** fault injection and chaos engineering extension | [ github.com/cybertec-postgresql/pg_crash] ( https://github.com/cybertec-postgresql/pg_crash ) | CNPG maintainers |
39+ | ** [ pgvector] ( pgvector ) ** | Vector similarity search for PostgreSQL | [ github.com/pgvector/pgvector] ( https://github.com/pgvector/pgvector ) | CNPG maintainers |
40+ | ** [ PostGIS] ( postgis ) ** | Geospatial database extension for PostgreSQL | [ postgis.net/] ( https://postgis.net/ ) | CNPG maintainers |
4241
4342Extensions are provided only for the OS versions already built by the
4443[ ` cloudnative-pg/postgres-containers ` ] ( https://github.com/cloudnative-pg/postgres-containers ) project,
@@ -138,26 +137,27 @@ other tools to identify the base PostgreSQL version and OS distribution.
138137
139138### CloudNativePG-Specific Labels
140139
141- | Label | Description | Example |
142- | :--- | :--- | :--- |
143- | ` io.cloudnativepg.image.base.name ` | Base PostgreSQL container image | ` ghcr.io/cloudnative-pg/postgresql:18-minimal-bookworm ` |
144- | ` io.cloudnativepg.image.base.pgmajor ` | PostgreSQL major version | ` 18 ` |
145- | ` io.cloudnativepg.image.base.os ` | Operating system distribution | ` bookworm ` |
140+ | Label | Description | Example |
141+ | :--------------------------------------| :---------------------------------| :--------------------------------------------------------|
142+ | ` io.cloudnativepg.image.base.name ` | Base PostgreSQL container image | ` ghcr.io/cloudnative-pg/postgresql:18-minimal-bookworm ` |
143+ | ` io.cloudnativepg.image.base.pgmajor ` | PostgreSQL major version | ` 18 ` |
144+ | ` io.cloudnativepg.image.base.os ` | Operating system distribution | ` bookworm ` |
145+ | ` io.cloudnativepg.image.sql.version ` | PostgreSQL extension SQL version | ` 0.8.2 ` |
146146
147147### Standard OCI Labels
148148
149149In addition to CloudNativePG-specific labels, all images include standard OCI
150150annotations as defined by the [ OCI Image Format Specification] ( https://github.com/opencontainers/image-spec/blob/main/annotations.md ) :
151151
152- | Label | Description |
153- | :--- | :--- |
154- | ` org.opencontainers.image.created ` | Image creation timestamp |
155- | ` org.opencontainers.image.version ` | Extension version |
156- | ` org.opencontainers.image.revision ` | Git commit SHA |
157- | ` org.opencontainers.image.title ` | Human-readable image title |
158- | ` org.opencontainers.image.description ` | Image description |
159- | ` org.opencontainers.image.source ` | Source repository URL |
160- | ` org.opencontainers.image.licenses ` | License identifier |
152+ | Label | Description |
153+ | :--------------------------------------- | :---------------------------- |
154+ | ` org.opencontainers.image.created ` | Image creation timestamp |
155+ | ` org.opencontainers.image.version ` | Extension's package version |
156+ | ` org.opencontainers.image.revision ` | Git commit SHA |
157+ | ` org.opencontainers.image.title ` | Human-readable image title |
158+ | ` org.opencontainers.image.description ` | Image description |
159+ | ` org.opencontainers.image.source ` | Source repository URL |
160+ | ` org.opencontainers.image.licenses ` | License identifier |
161161
162162You can inspect these labels using container tools:
163163
0 commit comments