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
For each buildpack <bp.id>, that writes a <layer-dir>/<bp.id>/store.toml file during the build phase, exporter should add the JSON equivalent of the store.toml contents to a key named store in the corresponding buildpack map in the io.buildpacks.lifecycle.metadata label
analyzer
analyzer should read the previous image label and restore the contents of each buildpack's store to <layer-dir>/<bp.id>/store.toml.
analyzer should restore store.toml even when the -skip-layers flag is passed.
Implement store.toml as outlined in the spec.
exporter
For each buildpack
<bp.id>
, that writes a<layer-dir>/<bp.id>/store.toml
file during the build phase,exporter
should add the JSON equivalent of thestore.toml
contents to a key namedstore
in the corresponding buildpack map in theio.buildpacks.lifecycle.metadata
labelanalyzer
analyzer
should read the previous image label and restore the contents of each buildpack's store to<layer-dir>/<bp.id>/store.toml
.analyzer
should restorestore.toml
even when the-skip-layers
flag is passed.Examples
Example File:
/layers/bp.one/store.toml
Example Label:
io.buildpack.lifecycle.metadata
The text was updated successfully, but these errors were encountered: