From cd8843b8b4c3f585fb2fd6511a2f0ccbf1f430a2 Mon Sep 17 00:00:00 2001 From: kritka sahni Date: Wed, 15 Nov 2023 05:07:28 +0000 Subject: [PATCH 1/2] Platform API changes to enable exporting app image and cache image in parallel Signed-off-by: kritka sahni --- platform.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform.md b/platform.md index dd50486..2234f77 100644 --- a/platform.md +++ b/platform.md @@ -698,6 +698,7 @@ Usage: [-layout] \ # sets [-layout-dir] \ # sets [-log-level ] \ + [-parallel] \ [-process-type ] \ [-project-metadata ] \ [-report ] \ @@ -727,6 +728,7 @@ Usage: | `` | `CNB_USE_LAYOUT` | false | (**[experimental](#experimental-features)**) Export image to disk in OCI layout format | | `` | `CNB_LAYOUT_DIR` | | (**[experimental](#experimental-features)**) Path to a root directory where the images are saved in OCI layout format | | `` | `CNB_LOG_LEVEL` | `info` | Log Level | +| `` | `CNB_PARALLEL_EXPORT` | false | Export app image and cache image in parallel | | `` | `CNB_PROCESS_TYPE` | | Default process type to set in the exported image | | `` | `CNB_PROJECT_METADATA_PATH` | `/project-metadata.toml` | Path to a project metadata file (see [`project-metadata.toml`](#project-metadatatoml-toml) | | `` | `CNB_REPORT_PATH` | `/report.toml` | Path to report (see [`report.toml`](#reporttoml-toml) | From 36695bacab1cea241d167babe1461c94568fd803 Mon Sep 17 00:00:00 2001 From: Natalie Arellano Date: Wed, 15 Nov 2023 10:48:22 -0500 Subject: [PATCH 2/2] 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 2234f77..70254ee 100644 --- a/platform.md +++ b/platform.md @@ -728,7 +728,7 @@ Usage: | `` | `CNB_USE_LAYOUT` | false | (**[experimental](#experimental-features)**) Export image to disk in OCI layout format | | `` | `CNB_LAYOUT_DIR` | | (**[experimental](#experimental-features)**) Path to a root directory where the images are saved in OCI layout format | | `` | `CNB_LOG_LEVEL` | `info` | Log Level | -| `` | `CNB_PARALLEL_EXPORT` | false | Export app image and cache image in parallel | +| `` | `CNB_PARALLEL_EXPORT` | false | Export app image and cache in parallel | | `` | `CNB_PROCESS_TYPE` | | Default process type to set in the exported image | | `` | `CNB_PROJECT_METADATA_PATH` | `/project-metadata.toml` | Path to a project metadata file (see [`project-metadata.toml`](#project-metadatatoml-toml) | | `` | `CNB_REPORT_PATH` | `/report.toml` | Path to report (see [`report.toml`](#reporttoml-toml) |