Skip to content

Commit

Permalink
fixes a broken link
Browse files Browse the repository at this point in the history
Signed-off-by: Hanan Younes <hanan.algazaley@gmail.com>
  • Loading branch information
hyounes4560 committed Sep 29, 2024
1 parent bcee684 commit c127bac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The platform should ensure that:
* The image config's `Label` field has the label `io.buildpacks.base.released` set to the release date of the image.
* The image config's `Label` field has the label `io.buildpacks.base.description` set to the description of the image
* The image config's `Label` field has the label `io.buildpacks.base.metadata` set to additional metadata related to the image
* The image config's `Label` field has the label `io.buildpacks.rebasable` set to `true` to indicate that new run image versions maintain [ABI-compatibility](https://en.wikipedia.org/wiki/Application_binary_interface) with previous versions (see [Compatibility Guarantees]([#compatibility-guarantees](https://github.com/buildpacks/spec/blob/main/platform.md#compatibility-guarantees))).
* The image config's `Label` field has the label `io.buildpacks.rebasable` set to `true` to indicate that new run image versions maintain [ABI-compatibility](https://en.wikipedia.org/wiki/Application_binary_interface) with previous versions (see [Compatibility Guarantees](https://github.com/buildpacks/spec/blob/main/platform.md#compatibility-guarantees)).

#### Anatomy of a run image

Expand Down

0 comments on commit c127bac

Please sign in to comment.