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
natalieparellano
changed the title
[RFC #0096] Rebaser should validate new run image metadata against old run image metadata
[RFC #0096] Rebaser should validate target data and update labels
Jan 9, 2023
Spec PR: buildpacks/spec#335
On Platform API
0.12
or greater, the rebaser must ensure the following metadata matches for the old and new run images:os
(image config)architecture
(image config)variant
(image config, if specified)io.buildpacks.distribution.name
(image config label, if specified)io.buildpacks.distribution.version
(image config label, if specified)These checks can be skipped if
-force
is passed (orCNB_FORCE_REBASE
set)The value of
io.buildpacks.base.*
labels SHALL be modified to that of the newrun-image
The text was updated successfully, but these errors were encountered: