From 56a6557701e361d9b1ddb2cdf8526ffa27cc69ce Mon Sep 17 00:00:00 2001 From: Joe Kimmel Date: Sat, 8 Apr 2023 11:38:53 -0700 Subject: [PATCH 1/5] fixes link to image extension md file Signed-off-by: Joe Kimmel --- platform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.md b/platform.md index d89ce04..f5de11d 100644 --- a/platform.md +++ b/platform.md @@ -128,7 +128,7 @@ A **launcher layer** refers to a layer in the app OCI image containing the **lau The **launcher** refers to a lifecycle executable packaged in the **app image** for the purpose of executing processes at runtime. -An **image extension** refers to software compliant with the [Image Extension Interface Specification](image-extension.md). Image extensions participate in detection and execute before the buildpack build process. +An **image extension** refers to software compliant with the [Image Extension Interface Specification](image_extension.md). Image extensions participate in detection and execute before the buildpack build process. #### Additional Terminology An **image reference** refers to either a **tag reference** or **digest reference**. From 417b853ebac06e4b7cb97854432fef907b421bf5 Mon Sep 17 00:00:00 2001 From: Hernan Garcia Date: Wed, 10 May 2023 11:07:30 -0500 Subject: [PATCH 2/5] add lifecycle output to update stack after rebase Signed-off-by: Hernan Garcia --- platform.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform.md b/platform.md index f5de11d..520c33b 100644 --- a/platform.md +++ b/platform.md @@ -822,7 +822,7 @@ Usage: | [exit status] | (see Exit Code table below for values) | `/dev/stdout` | Logs (info) | `/dev/stderr` | Logs (warnings, errors) -| `` | Rebased app image (see [Buildpack Interface Specfication](buildpack.md) +| `` | Rebased app image (see [Buildpack Interface Specfication](buildpack.md)) | Exit Code | Result| |-----------|-------| @@ -840,6 +840,8 @@ Usage: - `run-image.reference` SHALL uniquely identify `` - `run-image.top-layer` SHALL be set to the uncompressed digest of the top layer in `` - The value of `io.buildpacks.stack.*` labels SHALL be modified to that of the new `run-image` + - `stack.run-image.image` SHALL uniquely identify `` + - `stack.run-image.mirrors` SHALL be EMPTY - To ensure [build reproducibility](#build-reproducibility), the lifecycle: - SHOULD set the `created` time in image config to a constant From c05b08eefc01e2ab5742ccdc313ebd68a325f5c6 Mon Sep 17 00:00:00 2001 From: Hernan Garcia Date: Tue, 16 May 2023 09:38:34 -0500 Subject: [PATCH 3/5] Update platform.md Co-authored-by: Natalie Arellano Signed-off-by: Hernan Garcia --- platform.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platform.md b/platform.md index 520c33b..f0053db 100644 --- a/platform.md +++ b/platform.md @@ -840,8 +840,9 @@ Usage: - `run-image.reference` SHALL uniquely identify `` - `run-image.top-layer` SHALL be set to the uncompressed digest of the top layer in `` - The value of `io.buildpacks.stack.*` labels SHALL be modified to that of the new `run-image` - - `stack.run-image.image` SHALL uniquely identify `` - - `stack.run-image.mirrors` SHALL be EMPTY +- **If** the provided `` is not found in `stack.run-image.image` or `stack.run-image.mirrors`: + - `stack.run-image.image` SHALL be the provided `` + - `stack.run-image.mirrors` SHALL be omitted - To ensure [build reproducibility](#build-reproducibility), the lifecycle: - SHOULD set the `created` time in image config to a constant From 8422bfedfda3407dda493ee33db10047377b7d37 Mon Sep 17 00:00:00 2001 From: Hernan Garcia Date: Tue, 23 May 2023 11:44:25 -0500 Subject: [PATCH 4/5] Update platform.md Co-authored-by: Natalie Arellano Signed-off-by: Hernan Garcia --- platform.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.md b/platform.md index 13a426b..46a9551 100644 --- a/platform.md +++ b/platform.md @@ -825,8 +825,8 @@ Usage: - `run-image.top-layer` SHALL be set to the uncompressed digest of the top layer in `` - The value of `io.buildpacks.stack.*` labels SHALL be modified to that of the new `run-image` - **If** the provided `` is not found in `stack.run-image.image` or `stack.run-image.mirrors`: - - `stack.run-image.image` SHALL be the provided `` - - `stack.run-image.mirrors` SHALL be omitted + - `run-image.image` SHALL be the provided `` + - `run-image.mirrors` SHALL be omitted - To ensure [build reproducibility](#build-reproducibility), the lifecycle: - SHOULD set the `created` time in image config to a constant From 32be97287fed1d2e29bcce2c6f9272f367c76767 Mon Sep 17 00:00:00 2001 From: Natalie Arellano Date: Wed, 31 May 2023 17:37:12 -0400 Subject: [PATCH 5/5] Update platform.md Signed-off-by: Natalie Arellano --- platform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.md b/platform.md index 46a9551..a9e6809 100644 --- a/platform.md +++ b/platform.md @@ -824,7 +824,7 @@ Usage: - `run-image.reference` SHALL uniquely identify `` - `run-image.top-layer` SHALL be set to the uncompressed digest of the top layer in `` - The value of `io.buildpacks.stack.*` labels SHALL be modified to that of the new `run-image` -- **If** the provided `` is not found in `stack.run-image.image` or `stack.run-image.mirrors`: +- **If** the provided `` is not found in `runImage.image` or `runImage.mirrors`: - `run-image.image` SHALL be the provided `` - `run-image.mirrors` SHALL be omitted - To ensure [build reproducibility](#build-reproducibility), the lifecycle: