2 Commits

Author SHA1 Message Date
renovate[bot]
32c2851453 chore(deps): update dependency barman to v3.16.1 2025-10-15 03:31:27 +00:00
Gabriele Bartolini
6fbb0e5aa1 fix(docs): instructions for SBOMs inspection (#342)
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
2025-10-14 15:42:09 +02:00
2 changed files with 5 additions and 4 deletions

View File

@@ -205,11 +205,12 @@ ensure transparency and traceability:
Metadata detailing how the image was built, following the [SLSA Provenance](https://slsa.dev) Metadata detailing how the image was built, following the [SLSA Provenance](https://slsa.dev)
framework. framework.
For example, you can retrieve the SBOM for a specific image using the following For example, to retrieve the SBOM of a multi-architecture image for a specific
command: platform (e.g. `linux/amd64`), you can use the following command:
```bash ```bash
docker buildx imagetools inspect <IMAGE> --format "{{ json .SBOM.SPDX }}" docker buildx imagetools inspect <IMAGE> \
--format '{{ json (index .SBOM "linux/amd64").SPDX }}'
``` ```
This command outputs the SBOM in JSON format, providing a detailed view of the This command outputs the SBOM in JSON format, providing a detailed view of the

View File

@@ -38,7 +38,7 @@ postgreSQLPreviewVersions = [
// Barman version to build // Barman version to build
// renovate: datasource=pypi versioning=loose depName=barman // renovate: datasource=pypi versioning=loose depName=barman
barmanVersion = "3.14.0" barmanVersion = "3.16.1"
// Extensions to be included in the `standard` image // Extensions to be included in the `standard` image
extensions = [ extensions = [