Skip to content

Commit 3c4820a

Browse files
author
Natalie Arellano
committed
Clarify restore
Signed-off-by: Natalie Arellano <[email protected]>
1 parent 93b8489 commit 3c4820a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/docs/reference/spec/migration/buildpack-api-0.6-0.7.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ Valid `<ext>` extensions are as follows:
2727
| `application/spdx+json` | `spdx.json`
2828
| `application/vnd.syft+json` | `syft.json`
2929

30-
SBOM files for launch will be included in the application image if the platform api supports it; SBOM files for build may be saved off by the platform prior to the build container exiting. Layer-associated SBOM files will be cached and restored to the buildpack layers directory on re-builds of the same image (much like the `<layers>/<layer>.toml` metadata file).
30+
SBOM files for launch will be included in the application image if the platform api supports it; SBOM files for build may be saved off by the platform prior to the build container exiting.
31+
32+
Layer-associated SBOM files will be cached and restored to the buildpack layers directory on re-builds of the same image (much like the `<layers>/<layer>.toml` metadata file). `<layers>/launch.sbom.<ext>` and `<layers>/build.sbom.<ext>` must be re-created on each build.
3133

3234
The `[bom]` tables in launch.toml and build.toml are no longer supported.
3335

0 commit comments

Comments
 (0)