@@ -138,26 +138,27 @@ other tools to identify the base PostgreSQL version and OS distribution.
138138
139139### CloudNativePG-Specific Labels
140140
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 ` |
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 ` |
146+ | ` io.cloudnativepg.image.sql.version ` | PostgreSQL extension SQL version | ` 0.8.2 ` |
146147
147148### Standard OCI Labels
148149
149150In addition to CloudNativePG-specific labels, all images include standard OCI
150151annotations as defined by the [ OCI Image Format Specification] ( https://github.com/opencontainers/image-spec/blob/main/annotations.md ) :
151152
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 |
153+ | Label | Description |
154+ | :--------------------------------------- | :---------------------------- |
155+ | ` org.opencontainers.image.created ` | Image creation timestamp |
156+ | ` org.opencontainers.image.version ` | Extension's package version |
157+ | ` org.opencontainers.image.revision ` | Git commit SHA |
158+ | ` org.opencontainers.image.title ` | Human-readable image title |
159+ | ` org.opencontainers.image.description ` | Image description |
160+ | ` org.opencontainers.image.source ` | Source repository URL |
161+ | ` org.opencontainers.image.licenses ` | License identifier |
161162
162163You can inspect these labels using container tools:
163164
0 commit comments