Skip to content

Commit 312a628

Browse files
author
Natalie Arellano
committed
Note cache cleanup
Signed-off-by: Natalie Arellano <[email protected]>
1 parent e898cf4 commit 312a628

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/docs/reference/spec/migration/platform-api-0.11-0.12.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ The `io.buildpacks.rebasable` label on the exported application image will be `f
8080
The `-force` flag must be provided to the `rebaser` in order to rebase images with unsafe extension layers,
8181
and should be used with great care.
8282

83+
### The `exporter` no longer deletes cache images
84+
85+
The `exporter` will no longer delete the previous version of the cache image before saving the new version -
86+
which could lead to untagged blobs in the registry.
87+
88+
Platforms should ensure that any untagged blobs are cleaned periodically if their registry does not already support such pruning.
89+
8390
### OCI layout is a supported export format (experimental)
8491

8592
Platform 0.12 adds a new capability to [export application images on disk in OCI layout format](https://github.com/buildpacks/rfcs/blob/main/text/0119-export-to-oci.md).

0 commit comments

Comments
 (0)