You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/reference/spec/migration/platform-api-0.11-0.12.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,13 +80,6 @@ The `io.buildpacks.rebasable` label on the exported application image will be `f
80
80
The `-force` flag must be provided to the `rebaser` in order to rebase images with unsafe extension layers,
81
81
and should be used with great care.
82
82
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
-
90
83
### OCI layout is a supported export format (experimental)
91
84
92
85
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