From c33cc8ff1c05cd2fe98abd5dd792593e5c234038 Mon Sep 17 00:00:00 2001 From: natalieparellano Date: Thu, 14 Nov 2024 20:12:22 +0000 Subject: [PATCH] Merge pull request #777 from hyounes4560/expand-app-developers-pages Expand-app-developers-pages --- categories/index.html | 3 + docs/app-journey/index.html | 3 + .../concepts/base-images/build/index.html | 3 + .../concepts/base-images/index.html | 3 + .../concepts/base-images/run/index.html | 3 + .../concepts/base-images/stack/index.html | 3 + .../concepts/build/index.html | 3 + .../concepts/builder/index.html | 3 + .../concepts/buildpack/index.html | 3 + .../concepts/experimental-features/index.html | 1002 +++++++++++++++++ docs/for-app-developers/concepts/index.html | 11 + docs/for-app-developers/concepts/index.xml | 7 + .../concepts/platform/index.html | 3 + .../concepts/rebase/index.html | 3 + .../concepts/reproducibility/index.html | 3 + .../index.html | 3 + .../how-to/build-inputs/index.html | 3 + .../specify-buildpacks/index.html | 3 + .../specify-default-launch-process/index.html | 14 +- .../specify-export-target/index.html | 3 + .../build-inputs/use-cache-image/index.html | 3 + .../use-inline-buildpacks/index.html | 3 + .../build-inputs/use-project-toml/index.html | 3 + .../build-inputs/use-volume-mounts/index.html | 3 + .../build-outputs/download-sbom/index.html | 3 + .../how-to/build-outputs/index.html | 3 + .../build-outputs/inspect-app/index.html | 12 + .../specify-launch-process/index.html | 126 ++- .../understand-failures/index.html | 34 +- docs/for-app-developers/how-to/index.html | 3 + .../special-cases/build-for-arm/index.html | 3 + .../build-for-windows/index.html | 3 + .../special-cases/build-on-podman/index.html | 3 + .../export-to-oci-layout/index.html | 3 + .../how-to/special-cases/index.html | 3 + .../special-cases/use-http-proxy/index.html | 3 + docs/for-app-developers/index.html | 9 + .../tutorials/basic-app/index.html | 3 + docs/for-app-developers/tutorials/index.html | 3 + .../concepts/build-plan/index.html | 3 + .../concepts/buildpack-group/index.html | 3 + .../concepts/buildpack/index.html | 3 + .../concepts/caching-strategies/index.html | 3 + .../concepts/component-buildpack/index.html | 3 + .../concepts/composite-buildpack/index.html | 3 + .../concepts/extension/index.html | 3 + .../for-buildpack-authors/concepts/index.html | 3 + .../concepts/layer/index.html | 3 + .../concepts/lifecycle-phases/index.html | 3 + .../concepts/package/index.html | 3 + .../concepts/targets/index.html | 3 + .../craft-order/index.html | 3 + .../package-buildpack/index.html | 3 + .../publish-buildpack/index.html | 3 + .../with-github-actions/index.html | 3 + docs/for-buildpack-authors/how-to/index.html | 3 + .../migrate/buildpack-api-0.7-0.8/index.html | 3 + .../migrate/buildpack-api-0.8-0.9/index.html | 3 + .../migrate/buildpack-api-0.9-0.10/index.html | 3 + .../buildpack-api-0.4-0.5/index.html | 3 + .../buildpack-api-0.5-0.6/index.html | 3 + .../buildpack-api-0.6-0.7/index.html | 3 + .../how-to/migrate/deprecated/index.html | 3 + .../how-to/migrate/index.html | 3 + .../write-buildpacks/add-labels/index.html | 3 + .../write-buildpacks/add-sbom/index.html | 3 + .../write-buildpacks/clear-env/index.html | 3 + .../write-buildpacks/create-layer/index.html | 3 + .../create-slice-layers/index.html | 3 + .../write-buildpacks/get-started/index.html | 3 + .../how-to/write-buildpacks/index.html | 3 + .../write-buildpacks/re-use-layers/index.html | 3 + .../write-buildpacks/specify-env/index.html | 3 + .../specify-launch-processes/index.html | 3 + .../use-build-plan/index.html | 3 + .../write-buildpacks/use-exec.d/index.html | 3 + .../write-extensions/guidance/index.html | 3 + .../how-to/write-extensions/index.html | 3 + docs/for-buildpack-authors/index.html | 3 + .../01_setup-local-environment/index.html | 3 + .../02_building-blocks-cnb/index.html | 3 + .../basic-buildpack/03_detection/index.html | 3 + .../basic-buildpack/04_build-app/index.html | 3 + .../05_make-app-runnable/index.html | 3 + .../basic-buildpack/06_caching/index.html | 3 + .../07_make-buildpack-configurable/index.html | 3 + .../tutorials/basic-buildpack/index.html | 3 + .../01_setup-local-environment/index.html | 3 + .../02_why-dockerfiles/index.html | 3 + .../03_building-blocks-extension/index.html | 3 + .../04_build-dockerfile/index.html | 3 + .../05_run-dockerfile-switch/index.html | 3 + .../06_run-dockerfile-extend/index.html | 3 + .../tutorials/basic-extension/index.html | 3 + .../tutorials/index.html | 3 + .../concepts/base-images/index.html | 3 + .../concepts/builder/index.html | 3 + .../concepts/buildpack/index.html | 3 + .../concepts/composite-buildpack/index.html | 3 + .../concepts/extension/index.html | 3 + .../concepts/index.html | 3 + .../concepts/lifecycle/analyze/index.html | 3 + .../concepts/lifecycle/build/index.html | 3 + .../concepts/lifecycle/create/index.html | 3 + .../concepts/lifecycle/detect/index.html | 3 + .../concepts/lifecycle/export/index.html | 3 + .../concepts/lifecycle/extend/index.html | 3 + .../concepts/lifecycle/index.html | 3 + .../concepts/lifecycle/launch/index.html | 3 + .../concepts/lifecycle/rebase/index.html | 3 + .../concepts/lifecycle/restore/index.html | 3 + .../how-to/build-inputs/build-env/index.html | 3 + .../create-builder/build-base/index.html | 3 + .../create-builder/builder/index.html | 3 + .../create-builder/extensions/index.html | 3 + .../build-inputs/create-builder/index.html | 3 + .../create-builder/run-base/index.html | 3 + .../declare-source-metadata/index.html | 3 + .../how-to/build-inputs/index.html | 3 + .../how-to/build-inputs/stack/index.html | 3 + docs/for-platform-operators/how-to/index.html | 3 + .../how-to/integrate-ci/circleci/index.html | 3 + .../how-to/integrate-ci/gitlab/index.html | 3 + .../how-to/integrate-ci/index.html | 3 + .../how-to/integrate-ci/kpack/index.html | 3 + .../how-to/integrate-ci/pack/cli/index.html | 3 + .../integrate-ci/pack/cli/pack/index.html | 3 + .../pack/cli/pack_build/index.html | 3 + .../pack/cli/pack_builder/index.html | 3 + .../pack/cli/pack_builder_create/index.html | 3 + .../pack/cli/pack_builder_inspect/index.html | 3 + .../pack/cli/pack_builder_suggest/index.html | 3 + .../pack/cli/pack_buildpack/index.html | 3 + .../cli/pack_buildpack_inspect/index.html | 3 + .../pack/cli/pack_buildpack_new/index.html | 3 + .../cli/pack_buildpack_package/index.html | 3 + .../pack/cli/pack_buildpack_pull/index.html | 3 + .../cli/pack_buildpack_register/index.html | 3 + .../pack/cli/pack_buildpack_yank/index.html | 3 + .../pack/cli/pack_completion/index.html | 3 + .../pack/cli/pack_config/index.html | 3 + .../pack_config_default-builder/index.html | 3 + .../cli/pack_config_experimental/index.html | 3 + .../pack_config_lifecycle-image/index.html | 3 + .../cli/pack_config_pull-policy/index.html | 3 + .../cli/pack_config_registries/index.html | 3 + .../cli/pack_config_registries_add/index.html | 3 + .../pack_config_registries_default/index.html | 3 + .../pack_config_registries_list/index.html | 3 + .../pack_config_registries_remove/index.html | 3 + .../pack_config_registry-mirrors/index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../pack_config_run-image-mirrors/index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../pack_config_trusted-builders/index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../index.html | 3 + .../pack/cli/pack_extension/index.html | 3 + .../cli/pack_extension_inspect/index.html | 3 + .../pack/cli/pack_extension_new/index.html | 3 + .../cli/pack_extension_package/index.html | 3 + .../pack/cli/pack_extension_pull/index.html | 3 + .../cli/pack_extension_register/index.html | 3 + .../pack/cli/pack_extension_yank/index.html | 3 + .../pack/cli/pack_inspect/index.html | 3 + .../pack/cli/pack_manifest/index.html | 3 + .../pack/cli/pack_manifest_add/index.html | 3 + .../cli/pack_manifest_annotate/index.html | 3 + .../pack/cli/pack_manifest_create/index.html | 3 + .../pack/cli/pack_manifest_inspect/index.html | 3 + .../pack/cli/pack_manifest_push/index.html | 3 + .../pack/cli/pack_manifest_remove/index.html | 3 + .../pack/cli/pack_manifest_rm/index.html | 3 + .../pack/cli/pack_rebase/index.html | 3 + .../pack/cli/pack_report/index.html | 3 + .../pack/cli/pack_sbom/index.html | 3 + .../pack/cli/pack_sbom_download/index.html | 3 + .../pack/cli/pack_stack/index.html | 3 + .../pack/cli/pack_stack_suggest/index.html | 3 + .../pack/cli/pack_version/index.html | 3 + .../integrate-ci/pack/concepts/index.html | 3 + .../pack/concepts/trusted_builders/index.html | 3 + .../how-to/integrate-ci/pack/index.html | 3 + .../how-to/integrate-ci/piper/index.html | 3 + .../how-to/integrate-ci/tekton/index.html | 3 + .../how-to/migrate/deprecated/index.html | 3 + .../platform-api-0.3-0.4/index.html | 3 + .../platform-api-0.4-0.5/index.html | 3 + .../platform-api-0.5-0.6/index.html | 3 + .../platform-api-0.6-0.7/index.html | 3 + .../how-to/migrate/index.html | 3 + .../migrate/platform-api-0.10-0.11/index.html | 3 + .../migrate/platform-api-0.11-0.12/index.html | 3 + .../migrate/platform-api-0.7-0.8/index.html | 3 + .../migrate/platform-api-0.8-0.9/index.html | 3 + .../migrate/platform-api-0.9-0.10/index.html | 3 + docs/for-platform-operators/index.html | 3 + .../tutorials/index.html | 3 + .../tutorials/lifecycle/index.html | 3 + docs/index.html | 3 + .../config/builder-config/index.html | 3 + .../config/buildpack-config/index.html | 3 + docs/reference/config/index.html | 3 + .../config/package-config/index.html | 3 + .../config/project-descriptor/index.html | 3 + docs/reference/index.html | 3 + docs/reference/spec/buildpack-api/index.html | 3 + .../spec/distribution-api/index.html | 3 + docs/reference/spec/index.html | 3 + docs/reference/spec/platform-api/index.html | 3 + index.xml | 7 + sitemap.xml | 2 + tags/index.html | 3 + tags/specplatform/0.6/index.html | 3 + tags/specproject-descriptor/0.2/index.html | 3 + 220 files changed, 1788 insertions(+), 66 deletions(-) create mode 100644 docs/for-app-developers/concepts/experimental-features/index.html diff --git a/categories/index.html b/categories/index.html index 1c298dbf4..579d1647a 100644 --- a/categories/index.html +++ b/categories/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/app-journey/index.html b/docs/app-journey/index.html index e0a1d368d..b19835f37 100644 --- a/docs/app-journey/index.html +++ b/docs/app-journey/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/concepts/base-images/build/index.html b/docs/for-app-developers/concepts/base-images/build/index.html index 0e5a0cb01..645f84348 100644 --- a/docs/for-app-developers/concepts/base-images/build/index.html +++ b/docs/for-app-developers/concepts/base-images/build/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/concepts/base-images/index.html b/docs/for-app-developers/concepts/base-images/index.html index 6351681d2..674f40dbd 100644 --- a/docs/for-app-developers/concepts/base-images/index.html +++ b/docs/for-app-developers/concepts/base-images/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/concepts/base-images/run/index.html b/docs/for-app-developers/concepts/base-images/run/index.html index 177bea91a..9213ffb64 100644 --- a/docs/for-app-developers/concepts/base-images/run/index.html +++ b/docs/for-app-developers/concepts/base-images/run/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/concepts/base-images/stack/index.html b/docs/for-app-developers/concepts/base-images/stack/index.html index b57cd076c..814290c9f 100644 --- a/docs/for-app-developers/concepts/base-images/stack/index.html +++ b/docs/for-app-developers/concepts/base-images/stack/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/concepts/build/index.html b/docs/for-app-developers/concepts/build/index.html index d9e49fefb..c71526b16 100644 --- a/docs/for-app-developers/concepts/build/index.html +++ b/docs/for-app-developers/concepts/build/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/concepts/builder/index.html b/docs/for-app-developers/concepts/builder/index.html index 0d48bfc22..19a04cc90 100644 --- a/docs/for-app-developers/concepts/builder/index.html +++ b/docs/for-app-developers/concepts/builder/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/concepts/buildpack/index.html b/docs/for-app-developers/concepts/buildpack/index.html index 0364d937b..d9111f5e9 100644 --- a/docs/for-app-developers/concepts/buildpack/index.html +++ b/docs/for-app-developers/concepts/buildpack/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/concepts/experimental-features/index.html b/docs/for-app-developers/concepts/experimental-features/index.html new file mode 100644 index 000000000..0168e7192 --- /dev/null +++ b/docs/for-app-developers/concepts/experimental-features/index.html @@ -0,0 +1,1002 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + What are experimental features? · Cloud Native Buildpacks + + + +
    + +
    + + + +
    +
    +
    +
    + + + + +
    +
    + + + +
    +

    What are experimental features?

    +
    + +

    Certain features are considered experimental and susceptible to change in future API versions.

    +

    This means users will need to enable the experimental mode in order to use one of these features.

    +

    If using pack, run pack config experimental true, or add experimental = true to your ~/.pack/config.toml file to enable experimental features.

    +

    If using the lifecycle directly, set the CNB_EXPERIMENTAL_MODE environment variable.

    +

    The following features are experimental for pack:

    + +

    The following features are experimental for lifecycle:

    + +

    For more information and to look at an example of how this might be valuable, see Export to OCI layout format on disk.

    + + + +
    +
    + + +
    + +
    +
    +
    +
    + + + + + + + + + + + + + diff --git a/docs/for-app-developers/concepts/index.html b/docs/for-app-developers/concepts/index.html index f93c37892..b4a338a7f 100644 --- a/docs/for-app-developers/concepts/index.html +++ b/docs/for-app-developers/concepts/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • @@ -984,6 +987,14 @@

    Learn more → + +

    What are experimental features?

    +

    Certain features are considered experimental and susceptible to change in future API versions.

    + + +
    + Learn more → +

    diff --git a/docs/for-app-developers/concepts/index.xml b/docs/for-app-developers/concepts/index.xml index 7c1ff2624..4d6ddb345 100644 --- a/docs/for-app-developers/concepts/index.xml +++ b/docs/for-app-developers/concepts/index.xml @@ -49,5 +49,12 @@ https://buildpacks.io/docs/for-app-developers/concepts/reproducibility/ <p>Given the same inputs, two builds should produce the same outputs.</p> + + What are experimental features? + https://buildpacks.io/docs/for-app-developers/concepts/experimental-features/ + Mon, 01 Jan 0001 00:00:00 +0000 + https://buildpacks.io/docs/for-app-developers/concepts/experimental-features/ + <p>Certain features are considered <code>experimental</code> and susceptible to change in future API versions.</p> + diff --git a/docs/for-app-developers/concepts/platform/index.html b/docs/for-app-developers/concepts/platform/index.html index 561499b51..bca75e7b9 100644 --- a/docs/for-app-developers/concepts/platform/index.html +++ b/docs/for-app-developers/concepts/platform/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/concepts/rebase/index.html b/docs/for-app-developers/concepts/rebase/index.html index 880526b6c..626df53ce 100644 --- a/docs/for-app-developers/concepts/rebase/index.html +++ b/docs/for-app-developers/concepts/rebase/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/concepts/reproducibility/index.html b/docs/for-app-developers/concepts/reproducibility/index.html index cd96eede4..f6230c798 100644 --- a/docs/for-app-developers/concepts/reproducibility/index.html +++ b/docs/for-app-developers/concepts/reproducibility/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/how-to/build-inputs/configure-build-time-environment/index.html b/docs/for-app-developers/how-to/build-inputs/configure-build-time-environment/index.html index 663d67168..4e4ae84e2 100644 --- a/docs/for-app-developers/how-to/build-inputs/configure-build-time-environment/index.html +++ b/docs/for-app-developers/how-to/build-inputs/configure-build-time-environment/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/how-to/build-inputs/index.html b/docs/for-app-developers/how-to/build-inputs/index.html index f46fec1b2..202ace1fa 100644 --- a/docs/for-app-developers/how-to/build-inputs/index.html +++ b/docs/for-app-developers/how-to/build-inputs/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/how-to/build-inputs/specify-buildpacks/index.html b/docs/for-app-developers/how-to/build-inputs/specify-buildpacks/index.html index 5423cf99b..beecd2530 100644 --- a/docs/for-app-developers/how-to/build-inputs/specify-buildpacks/index.html +++ b/docs/for-app-developers/how-to/build-inputs/specify-buildpacks/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/how-to/build-inputs/specify-default-launch-process/index.html b/docs/for-app-developers/how-to/build-inputs/specify-default-launch-process/index.html index b2f7ab0d3..aa3796bd9 100644 --- a/docs/for-app-developers/how-to/build-inputs/specify-default-launch-process/index.html +++ b/docs/for-app-developers/how-to/build-inputs/specify-default-launch-process/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • @@ -903,9 +906,14 @@

    Specify the default launch process

    -

    This page is a stub! The CNB project is applying to Google Season of Docs to receive support for improving our documentation. Please check back soon.

    -

    If you are familiar with this content and would like to make a contribution, please feel free to open a PR :)

    - +

    While buildpacks usually define the default process type for an application, end users may specify the desired default process.

    +

    To specify the default process:

    + +
    pack build --default-process <process name> <image name>` # <process name> must be a valid process name
    +
    diff --git a/docs/for-app-developers/how-to/build-inputs/specify-export-target/index.html b/docs/for-app-developers/how-to/build-inputs/specify-export-target/index.html index 76c300ffc..e34f2d594 100644 --- a/docs/for-app-developers/how-to/build-inputs/specify-export-target/index.html +++ b/docs/for-app-developers/how-to/build-inputs/specify-export-target/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/how-to/build-inputs/use-cache-image/index.html b/docs/for-app-developers/how-to/build-inputs/use-cache-image/index.html index 355340411..f846283ab 100644 --- a/docs/for-app-developers/how-to/build-inputs/use-cache-image/index.html +++ b/docs/for-app-developers/how-to/build-inputs/use-cache-image/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/how-to/build-inputs/use-inline-buildpacks/index.html b/docs/for-app-developers/how-to/build-inputs/use-inline-buildpacks/index.html index 8055d9956..642cc5112 100644 --- a/docs/for-app-developers/how-to/build-inputs/use-inline-buildpacks/index.html +++ b/docs/for-app-developers/how-to/build-inputs/use-inline-buildpacks/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/how-to/build-inputs/use-project-toml/index.html b/docs/for-app-developers/how-to/build-inputs/use-project-toml/index.html index a0212706f..788b107d4 100644 --- a/docs/for-app-developers/how-to/build-inputs/use-project-toml/index.html +++ b/docs/for-app-developers/how-to/build-inputs/use-project-toml/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/how-to/build-inputs/use-volume-mounts/index.html b/docs/for-app-developers/how-to/build-inputs/use-volume-mounts/index.html index 8025eb1da..e1c1326f8 100644 --- a/docs/for-app-developers/how-to/build-inputs/use-volume-mounts/index.html +++ b/docs/for-app-developers/how-to/build-inputs/use-volume-mounts/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/how-to/build-outputs/download-sbom/index.html b/docs/for-app-developers/how-to/build-outputs/download-sbom/index.html index e1cb261ce..95533d09e 100644 --- a/docs/for-app-developers/how-to/build-outputs/download-sbom/index.html +++ b/docs/for-app-developers/how-to/build-outputs/download-sbom/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/how-to/build-outputs/index.html b/docs/for-app-developers/how-to/build-outputs/index.html index 5d7825421..b1ffe5851 100644 --- a/docs/for-app-developers/how-to/build-outputs/index.html +++ b/docs/for-app-developers/how-to/build-outputs/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/how-to/build-outputs/inspect-app/index.html b/docs/for-app-developers/how-to/build-outputs/inspect-app/index.html index 688808675..b0d7f80e3 100644 --- a/docs/for-app-developers/how-to/build-outputs/inspect-app/index.html +++ b/docs/for-app-developers/how-to/build-outputs/inspect-app/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • @@ -914,6 +917,7 @@

    Inspect your application image

  • Whether the run-image can be rebased with a new version through the Rebasable label or not
  • And more…!
  • +

    pack offers a command to help you inspect the application image and view some of its contents as shown below:

    pack inspect-image test-node-js-app
     

    You should see the following:

    Run Images:
    @@ -928,6 +932,14 @@ 

    Inspect your application image

    TYPE SHELL COMMAND ARGS WORK DIR web (default) bash node-js app.js /workspace

    Apart from the above standard metadata, buildpacks can also populate information about the dependencies they have provided in form of a Software Bill-of-Materials or SBOM.

    +

    Buildpacks-built images are constructed in a way that’s easy to understand, with each of the layers being meaningful and independent of all other layers. You can get more details about each layer and how it was created to better understand how the build actually worked.

    +

    There are a number of available tools that can help you achieve this and understand what is contained in your OCI image; a popular one is dive.

    +

    Dive can help you inspect OCI images and view their layers and each layer’s details. If you were to build an OCI image following the multi process app example and run dive on the generated image, you’ll be presented with some detailed information about all of the image layers and the contents of each layer.

    +

    You can use dive as follows:

    +
    dive multi-process-app
    +

    The output should look similar to the following:

    +

    PLACEHOLDER

    +

    As seen in the output above, you’re presented with Layers, Layer Details, Image Details, and Current Layer Contents. To view the contents or explore the file tree of any layer, you need to select the layer on the left using the arrow keys.

    diff --git a/docs/for-app-developers/how-to/build-outputs/specify-launch-process/index.html b/docs/for-app-developers/how-to/build-outputs/specify-launch-process/index.html index 2b68ae52a..314f309df 100644 --- a/docs/for-app-developers/how-to/build-outputs/specify-launch-process/index.html +++ b/docs/for-app-developers/how-to/build-outputs/specify-launch-process/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • @@ -907,44 +910,44 @@

    Run the application

    Build a multi-process app

    For this example we will use the hello-processes buildpack from our samples repo so make sure you have it cloned locally.

    Let’s build the app.

    -
    pack build multi-process-app \
    -    --builder cnbs/sample-builder:alpine \
    -    --buildpack samples/java-maven \
    -    --buildpack samples/buildpacks/hello-processes/ \
    -    --path samples/apps/java-maven/
    -
    +
    pack build multi-process-app \
    +    --builder cnbs/sample-builder:alpine \
    +    --buildpack samples/java-maven \
    +    --buildpack samples/buildpacks/hello-processes/ \
    +    --path samples/apps/java-maven/
    +

    If you inspect the app image with pack, you will see multiple process types defined:

    -
    pack inspect-image multi-process-app
    -
    +
    pack inspect-image multi-process-app
    +

    The output should look similar to the below:

    -
    Inspecting image: multi-process-app
    -
    -REMOTE:
    -(not present)
    -
    -LOCAL:
    -
    -Stack: io.buildpacks.samples.stacks.alpine
    -
    -Base Image:
    -  Reference: f5898fb2b30c2b66f5a69a424bae6473259fa48b387df35335f04332af7f1091
    -  Top Layer: sha256:700c764e7c5d5c75e6a0fc7d272b7e1c70ab327c03fbdf4abd9313e5ec3217f7
    -
    -Run Images:
    -  cnbs/sample-base-run:alpine
    -
    -Rebasable: true
    -
    -Buildpacks:
    -  ID                             VERSION           HOMEPAGE
    -  samples/java-maven             0.0.2             https://github.com/buildpacks/samples/tree/main/buildpacks/java-maven
    -  samples/hello-processes        0.0.1             https://github.com/buildpacks/samples/tree/main/buildpacks/hello-process
    -
    -Processes:
    -  TYPE                 SHELL        COMMAND                                                     ARGS
    -  web (default)        bash         java -jar target/sample-0.0.1-SNAPSHOT.jar
    -  sys-info             bash         /layers/samples_hello-processes/sys-info/sys-info.sh
    -

    Notice that the java-maven buildpack defined web as the default process type. +

    Inspecting image: multi-process-app
    +
    +REMOTE:
    +(not present)
    +
    +LOCAL:
    +
    +Stack: io.buildpacks.samples.stacks.alpine
    +
    +Base Image:
    +  Reference: f5898fb2b30c2b66f5a69a424bae6473259fa48b387df35335f04332af7f1091
    +  Top Layer: sha256:700c764e7c5d5c75e6a0fc7d272b7e1c70ab327c03fbdf4abd9313e5ec3217f7
    +
    +Run Images:
    +  cnbs/sample-base-run:alpine
    +
    +Rebasable: true
    +
    +Buildpacks:
    +  ID                             VERSION           HOMEPAGE
    +  samples/java-maven             0.0.2             https://github.com/buildpacks/samples/tree/main/buildpacks/java-maven
    +  samples/hello-processes        0.0.1             https://github.com/buildpacks/samples/tree/main/buildpacks/hello-process
    +
    +Processes:
    +  TYPE                 SHELL        COMMAND                                                     ARGS
    +  web (default)        bash         java -jar target/sample-0.0.1-SNAPSHOT.jar
    +  sys-info             bash         /layers/samples_hello-processes/sys-info/sys-info.sh
    +

    Notice that the java-maven buildpack defined web as the default process type. If we had run the pack build command above with --default-process sys-info, sys-info would be the default process for the app image!

    Run a multi-process app

    Buildpacks are designed to give you much flexibility in how you run your app. The lifecycle includes a binary called the launcher which is present in the final app image and is responsible for starting your app. @@ -952,45 +955,48 @@

    Run a multi-process app

    The launcher will source any profile scripts (for non-direct processes) and set buildpack-provided environment variables in the app’s execution environment before starting the app process.

    Default process type

    If you would like to run the default process, you can simply run the app image without any additional arguments:

    -
    docker run --rm -p 8080:8080 multi-process-app
    -
    +
    docker run --rm -p 8080:8080 multi-process-app
    +
    +
    +

    As an app developer, you can specify what the default process is; see the specify default launch process page for more information.

    +

    Default process type with additional arguments

    If you would like to pass additional arguments to the default process, you can run the app image with the arguments specified in the command:

    -
    docker run --rm -p 8080:8080 multi-process-app --spring.profiles.active=mysql
    -
    +
    docker run --rm -p 8080:8080 multi-process-app --spring.profiles.active=mysql
    +

    Non-default process-type

    To run a non-default process type, set the process type as the entrypoint for the run container:

    -
    docker run --rm --entrypoint sys-info multi-process-app
    -
    +
    docker run --rm --entrypoint sys-info multi-process-app
    +

    Non-default process-type with additional arguments

    You can pass additional arguments to a non-default process type:

    -
    docker run --rm --entrypoint sys-info multi-process-app --spring.profiles.active=mysql
    -
    +
    docker run --rm --entrypoint sys-info multi-process-app --spring.profiles.active=mysql
    +

    User-provided shell process

    You can even override the buildpack-defined process types:

    -
    docker run --rm --entrypoint launcher -it multi-process-app bash
    -
    +
    docker run --rm --entrypoint launcher -it multi-process-app bash
    +

    Now let’s exit this shell and run an alternative entrypoint -

    -
    exit
    -
    -
    docker run --rm --entrypoint launcher -it multi-process-app echo hello "$WORLD" # $WORLD is evaluated on the host machine
    -
    -
    docker run --rm --entrypoint launcher -it multi-process-app echo hello '$WORLD' # $WORLD is evaluated in the container after profile scripts are sourced
    -
    +
    exit
    +
    +
    docker run --rm --entrypoint launcher -it multi-process-app echo hello "$WORLD" # $WORLD is evaluated on the host machine
    +
    +
    docker run --rm --entrypoint launcher -it multi-process-app echo hello '$WORLD' # $WORLD is evaluated in the container after profile scripts are sourced
    +

    User-provided shell process with bash script

    An entire script may be provided as a single argument:

    -
    docker run --rm --entrypoint launcher -it multi-process-app 'for opt in $JAVA_OPTS; do echo $opt; done'
    -
    +
    docker run --rm --entrypoint launcher -it multi-process-app 'for opt in $JAVA_OPTS; do echo $opt; done'
    +

    User-provided direct process

    By passing -- before the command, we instruct the launcher to start the provided process without bash. Note that while buildpack-provided environment variables will be set in the execution environment, no profile scripts will be sourced (as these require bash):

    -
    docker run --rm --entrypoint launcher multi-process-app -- env # output will include buildpack-provided env vars
    -docker run --rm --entrypoint launcher multi-process-app -- echo hello "$WORLD" # $WORLD is evaluated on the host machine
    -docker run --rm --entrypoint launcher multi-process-app -- echo hello '$WORLD' # $WORLD is not evaluated, output will include string literal `$WORLD`
    -

    No launcher

    +
    docker run --rm --entrypoint launcher multi-process-app -- env # output will include buildpack-provided env vars
    +docker run --rm --entrypoint launcher multi-process-app -- echo hello "$WORLD" # $WORLD is evaluated on the host machine
    +docker run --rm --entrypoint launcher multi-process-app -- echo hello '$WORLD' # $WORLD is not evaluated, output will include string literal `$WORLD`
    +

    No launcher

    You can bypass the launcher entirely by setting a new entrypoint for the run container:

    -
    docker run --rm --entrypoint bash -it multi-process-app # profile scripts have NOT been sourced and buildpack-provided env vars are NOT set in this shell
    -
    +
    docker run --rm --entrypoint bash -it multi-process-app # profile scripts have NOT been sourced and buildpack-provided env vars are NOT set in this shell
    +

    To learn more about the launcher, see the platform spec.

    diff --git a/docs/for-app-developers/how-to/build-outputs/understand-failures/index.html b/docs/for-app-developers/how-to/build-outputs/understand-failures/index.html index a7804d3be..aebbd792b 100644 --- a/docs/for-app-developers/how-to/build-outputs/understand-failures/index.html +++ b/docs/for-app-developers/how-to/build-outputs/understand-failures/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • @@ -903,9 +906,34 @@

    Understand build failures

    -

    This page is a stub! The CNB project is applying to Google Season of Docs to receive support for improving our documentation. Please check back soon.

    -

    If you are familiar with this content and would like to make a contribution, please feel free to open a PR :)

    - +

    While Buildpacks help developers transform source code into container images that can run on any cloud, creating an error-free experience remains far from achieved.

    +

    This guide catalogs some commonly reported issues that may prevent image build completion and provides troubleshooting tips to help end-users navigate these issues.

    +

    If you would like to report an issue, please open a PR against this page using the included template (see bottom of page in Markdown).

    +

    Issue: ERROR: failed to build: failed to fetch base layers: saving image with ID "sha256:<sha256>" from the docker daemon: Error response from daemon: unable to create manifests file: NotFound: content digest sha256:<sha256>: not found

    +

    Occurs when: building and saving to a docker daemon +Analysis: this seems to indicate a problem with the underlying image store in Docker +Remediation: remove existing images with docker image prune (potentially, from multiple storage drivers if switching between overlay2 and containerd) +Related error messages:

    + +

    For more information:

    + + diff --git a/docs/for-app-developers/how-to/index.html b/docs/for-app-developers/how-to/index.html index 109405946..519e1840d 100644 --- a/docs/for-app-developers/how-to/index.html +++ b/docs/for-app-developers/how-to/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/how-to/special-cases/build-for-arm/index.html b/docs/for-app-developers/how-to/special-cases/build-for-arm/index.html index e41d1d44a..9a184f9ac 100644 --- a/docs/for-app-developers/how-to/special-cases/build-for-arm/index.html +++ b/docs/for-app-developers/how-to/special-cases/build-for-arm/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/how-to/special-cases/build-for-windows/index.html b/docs/for-app-developers/how-to/special-cases/build-for-windows/index.html index e11ff2566..270ec2575 100644 --- a/docs/for-app-developers/how-to/special-cases/build-for-windows/index.html +++ b/docs/for-app-developers/how-to/special-cases/build-for-windows/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/how-to/special-cases/build-on-podman/index.html b/docs/for-app-developers/how-to/special-cases/build-on-podman/index.html index 69f5f9d9d..244efffe1 100644 --- a/docs/for-app-developers/how-to/special-cases/build-on-podman/index.html +++ b/docs/for-app-developers/how-to/special-cases/build-on-podman/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/how-to/special-cases/export-to-oci-layout/index.html b/docs/for-app-developers/how-to/special-cases/export-to-oci-layout/index.html index 3a615c136..677b03242 100644 --- a/docs/for-app-developers/how-to/special-cases/export-to-oci-layout/index.html +++ b/docs/for-app-developers/how-to/special-cases/export-to-oci-layout/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/how-to/special-cases/index.html b/docs/for-app-developers/how-to/special-cases/index.html index b6dfdda02..be48644cc 100644 --- a/docs/for-app-developers/how-to/special-cases/index.html +++ b/docs/for-app-developers/how-to/special-cases/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/how-to/special-cases/use-http-proxy/index.html b/docs/for-app-developers/how-to/special-cases/use-http-proxy/index.html index ce904af21..cd722c516 100644 --- a/docs/for-app-developers/how-to/special-cases/use-http-proxy/index.html +++ b/docs/for-app-developers/how-to/special-cases/use-http-proxy/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/index.html b/docs/for-app-developers/index.html index dc6d72e7e..7276ff1d5 100644 --- a/docs/for-app-developers/index.html +++ b/docs/for-app-developers/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • @@ -968,6 +971,12 @@

    C + + +

    How To

    diff --git a/docs/for-app-developers/tutorials/basic-app/index.html b/docs/for-app-developers/tutorials/basic-app/index.html index ba8427b6c..1b5c2ba1d 100644 --- a/docs/for-app-developers/tutorials/basic-app/index.html +++ b/docs/for-app-developers/tutorials/basic-app/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-app-developers/tutorials/index.html b/docs/for-app-developers/tutorials/index.html index e31d0327e..98bf3ed90 100644 --- a/docs/for-app-developers/tutorials/index.html +++ b/docs/for-app-developers/tutorials/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/concepts/build-plan/index.html b/docs/for-buildpack-authors/concepts/build-plan/index.html index 9a8b1afc8..4292a7e10 100644 --- a/docs/for-buildpack-authors/concepts/build-plan/index.html +++ b/docs/for-buildpack-authors/concepts/build-plan/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/concepts/buildpack-group/index.html b/docs/for-buildpack-authors/concepts/buildpack-group/index.html index e019bd603..581743181 100644 --- a/docs/for-buildpack-authors/concepts/buildpack-group/index.html +++ b/docs/for-buildpack-authors/concepts/buildpack-group/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/concepts/buildpack/index.html b/docs/for-buildpack-authors/concepts/buildpack/index.html index 8d04d4062..5b2325e2d 100644 --- a/docs/for-buildpack-authors/concepts/buildpack/index.html +++ b/docs/for-buildpack-authors/concepts/buildpack/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/concepts/caching-strategies/index.html b/docs/for-buildpack-authors/concepts/caching-strategies/index.html index b5977f6e6..959d3c55d 100644 --- a/docs/for-buildpack-authors/concepts/caching-strategies/index.html +++ b/docs/for-buildpack-authors/concepts/caching-strategies/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/concepts/component-buildpack/index.html b/docs/for-buildpack-authors/concepts/component-buildpack/index.html index 9eef92a75..e66c6466b 100644 --- a/docs/for-buildpack-authors/concepts/component-buildpack/index.html +++ b/docs/for-buildpack-authors/concepts/component-buildpack/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/concepts/composite-buildpack/index.html b/docs/for-buildpack-authors/concepts/composite-buildpack/index.html index 72d1326c7..6e8e887e5 100644 --- a/docs/for-buildpack-authors/concepts/composite-buildpack/index.html +++ b/docs/for-buildpack-authors/concepts/composite-buildpack/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/concepts/extension/index.html b/docs/for-buildpack-authors/concepts/extension/index.html index 333c0eb2a..9fc5aaf2a 100644 --- a/docs/for-buildpack-authors/concepts/extension/index.html +++ b/docs/for-buildpack-authors/concepts/extension/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/concepts/index.html b/docs/for-buildpack-authors/concepts/index.html index dbf352124..942631b48 100644 --- a/docs/for-buildpack-authors/concepts/index.html +++ b/docs/for-buildpack-authors/concepts/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/concepts/layer/index.html b/docs/for-buildpack-authors/concepts/layer/index.html index 3124e5373..150efa271 100644 --- a/docs/for-buildpack-authors/concepts/layer/index.html +++ b/docs/for-buildpack-authors/concepts/layer/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/concepts/lifecycle-phases/index.html b/docs/for-buildpack-authors/concepts/lifecycle-phases/index.html index 355091eba..2dffffea2 100644 --- a/docs/for-buildpack-authors/concepts/lifecycle-phases/index.html +++ b/docs/for-buildpack-authors/concepts/lifecycle-phases/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/concepts/package/index.html b/docs/for-buildpack-authors/concepts/package/index.html index 98843195f..16e69a073 100644 --- a/docs/for-buildpack-authors/concepts/package/index.html +++ b/docs/for-buildpack-authors/concepts/package/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/concepts/targets/index.html b/docs/for-buildpack-authors/concepts/targets/index.html index 0fc679dae..0a7f56fc1 100644 --- a/docs/for-buildpack-authors/concepts/targets/index.html +++ b/docs/for-buildpack-authors/concepts/targets/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/distribute-buildpacks/craft-order/index.html b/docs/for-buildpack-authors/how-to/distribute-buildpacks/craft-order/index.html index ed08e2665..b5b28d416 100644 --- a/docs/for-buildpack-authors/how-to/distribute-buildpacks/craft-order/index.html +++ b/docs/for-buildpack-authors/how-to/distribute-buildpacks/craft-order/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/distribute-buildpacks/package-buildpack/index.html b/docs/for-buildpack-authors/how-to/distribute-buildpacks/package-buildpack/index.html index d690dd487..48e56fc54 100644 --- a/docs/for-buildpack-authors/how-to/distribute-buildpacks/package-buildpack/index.html +++ b/docs/for-buildpack-authors/how-to/distribute-buildpacks/package-buildpack/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/distribute-buildpacks/publish-buildpack/index.html b/docs/for-buildpack-authors/how-to/distribute-buildpacks/publish-buildpack/index.html index 9361174e4..e6d5ee673 100644 --- a/docs/for-buildpack-authors/how-to/distribute-buildpacks/publish-buildpack/index.html +++ b/docs/for-buildpack-authors/how-to/distribute-buildpacks/publish-buildpack/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/distribute-buildpacks/publish-buildpack/with-github-actions/index.html b/docs/for-buildpack-authors/how-to/distribute-buildpacks/publish-buildpack/with-github-actions/index.html index 4743689fb..203527ed9 100644 --- a/docs/for-buildpack-authors/how-to/distribute-buildpacks/publish-buildpack/with-github-actions/index.html +++ b/docs/for-buildpack-authors/how-to/distribute-buildpacks/publish-buildpack/with-github-actions/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/index.html b/docs/for-buildpack-authors/how-to/index.html index 5b9e89c02..a96399a51 100644 --- a/docs/for-buildpack-authors/how-to/index.html +++ b/docs/for-buildpack-authors/how-to/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/migrate/buildpack-api-0.7-0.8/index.html b/docs/for-buildpack-authors/how-to/migrate/buildpack-api-0.7-0.8/index.html index 254b4b118..db279ab17 100644 --- a/docs/for-buildpack-authors/how-to/migrate/buildpack-api-0.7-0.8/index.html +++ b/docs/for-buildpack-authors/how-to/migrate/buildpack-api-0.7-0.8/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/migrate/buildpack-api-0.8-0.9/index.html b/docs/for-buildpack-authors/how-to/migrate/buildpack-api-0.8-0.9/index.html index d7e83ab32..e53542c40 100644 --- a/docs/for-buildpack-authors/how-to/migrate/buildpack-api-0.8-0.9/index.html +++ b/docs/for-buildpack-authors/how-to/migrate/buildpack-api-0.8-0.9/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/migrate/buildpack-api-0.9-0.10/index.html b/docs/for-buildpack-authors/how-to/migrate/buildpack-api-0.9-0.10/index.html index 39a46b455..86119beed 100644 --- a/docs/for-buildpack-authors/how-to/migrate/buildpack-api-0.9-0.10/index.html +++ b/docs/for-buildpack-authors/how-to/migrate/buildpack-api-0.9-0.10/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/migrate/deprecated/buildpack-api-0.4-0.5/index.html b/docs/for-buildpack-authors/how-to/migrate/deprecated/buildpack-api-0.4-0.5/index.html index ce0e6b43d..4650f976a 100644 --- a/docs/for-buildpack-authors/how-to/migrate/deprecated/buildpack-api-0.4-0.5/index.html +++ b/docs/for-buildpack-authors/how-to/migrate/deprecated/buildpack-api-0.4-0.5/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/migrate/deprecated/buildpack-api-0.5-0.6/index.html b/docs/for-buildpack-authors/how-to/migrate/deprecated/buildpack-api-0.5-0.6/index.html index 87943ee74..2269ad7d6 100644 --- a/docs/for-buildpack-authors/how-to/migrate/deprecated/buildpack-api-0.5-0.6/index.html +++ b/docs/for-buildpack-authors/how-to/migrate/deprecated/buildpack-api-0.5-0.6/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/migrate/deprecated/buildpack-api-0.6-0.7/index.html b/docs/for-buildpack-authors/how-to/migrate/deprecated/buildpack-api-0.6-0.7/index.html index abd091b5b..52cb50326 100644 --- a/docs/for-buildpack-authors/how-to/migrate/deprecated/buildpack-api-0.6-0.7/index.html +++ b/docs/for-buildpack-authors/how-to/migrate/deprecated/buildpack-api-0.6-0.7/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/migrate/deprecated/index.html b/docs/for-buildpack-authors/how-to/migrate/deprecated/index.html index 0a1df923b..920d7522c 100644 --- a/docs/for-buildpack-authors/how-to/migrate/deprecated/index.html +++ b/docs/for-buildpack-authors/how-to/migrate/deprecated/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/migrate/index.html b/docs/for-buildpack-authors/how-to/migrate/index.html index 65c59bf35..1b932bca9 100644 --- a/docs/for-buildpack-authors/how-to/migrate/index.html +++ b/docs/for-buildpack-authors/how-to/migrate/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/write-buildpacks/add-labels/index.html b/docs/for-buildpack-authors/how-to/write-buildpacks/add-labels/index.html index 67554f45e..c23cdc27d 100644 --- a/docs/for-buildpack-authors/how-to/write-buildpacks/add-labels/index.html +++ b/docs/for-buildpack-authors/how-to/write-buildpacks/add-labels/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/write-buildpacks/add-sbom/index.html b/docs/for-buildpack-authors/how-to/write-buildpacks/add-sbom/index.html index 8f73c3ac6..a1eb497ca 100644 --- a/docs/for-buildpack-authors/how-to/write-buildpacks/add-sbom/index.html +++ b/docs/for-buildpack-authors/how-to/write-buildpacks/add-sbom/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/write-buildpacks/clear-env/index.html b/docs/for-buildpack-authors/how-to/write-buildpacks/clear-env/index.html index 196b622ab..dd304f556 100644 --- a/docs/for-buildpack-authors/how-to/write-buildpacks/clear-env/index.html +++ b/docs/for-buildpack-authors/how-to/write-buildpacks/clear-env/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/write-buildpacks/create-layer/index.html b/docs/for-buildpack-authors/how-to/write-buildpacks/create-layer/index.html index 01833bbae..11a2e0daf 100644 --- a/docs/for-buildpack-authors/how-to/write-buildpacks/create-layer/index.html +++ b/docs/for-buildpack-authors/how-to/write-buildpacks/create-layer/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/write-buildpacks/create-slice-layers/index.html b/docs/for-buildpack-authors/how-to/write-buildpacks/create-slice-layers/index.html index 865cbac45..95c3c6062 100644 --- a/docs/for-buildpack-authors/how-to/write-buildpacks/create-slice-layers/index.html +++ b/docs/for-buildpack-authors/how-to/write-buildpacks/create-slice-layers/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/write-buildpacks/get-started/index.html b/docs/for-buildpack-authors/how-to/write-buildpacks/get-started/index.html index 2232edffc..141af3e57 100644 --- a/docs/for-buildpack-authors/how-to/write-buildpacks/get-started/index.html +++ b/docs/for-buildpack-authors/how-to/write-buildpacks/get-started/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/write-buildpacks/index.html b/docs/for-buildpack-authors/how-to/write-buildpacks/index.html index 319757ed6..8d526160e 100644 --- a/docs/for-buildpack-authors/how-to/write-buildpacks/index.html +++ b/docs/for-buildpack-authors/how-to/write-buildpacks/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/write-buildpacks/re-use-layers/index.html b/docs/for-buildpack-authors/how-to/write-buildpacks/re-use-layers/index.html index 5a051d506..51c360a23 100644 --- a/docs/for-buildpack-authors/how-to/write-buildpacks/re-use-layers/index.html +++ b/docs/for-buildpack-authors/how-to/write-buildpacks/re-use-layers/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/write-buildpacks/specify-env/index.html b/docs/for-buildpack-authors/how-to/write-buildpacks/specify-env/index.html index 11398ab8f..a77bab7bc 100644 --- a/docs/for-buildpack-authors/how-to/write-buildpacks/specify-env/index.html +++ b/docs/for-buildpack-authors/how-to/write-buildpacks/specify-env/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/write-buildpacks/specify-launch-processes/index.html b/docs/for-buildpack-authors/how-to/write-buildpacks/specify-launch-processes/index.html index 12b37d177..601ac2621 100644 --- a/docs/for-buildpack-authors/how-to/write-buildpacks/specify-launch-processes/index.html +++ b/docs/for-buildpack-authors/how-to/write-buildpacks/specify-launch-processes/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/write-buildpacks/use-build-plan/index.html b/docs/for-buildpack-authors/how-to/write-buildpacks/use-build-plan/index.html index b3e7345a4..4ae1a1f24 100644 --- a/docs/for-buildpack-authors/how-to/write-buildpacks/use-build-plan/index.html +++ b/docs/for-buildpack-authors/how-to/write-buildpacks/use-build-plan/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/write-buildpacks/use-exec.d/index.html b/docs/for-buildpack-authors/how-to/write-buildpacks/use-exec.d/index.html index 8e3925a89..c680b0876 100644 --- a/docs/for-buildpack-authors/how-to/write-buildpacks/use-exec.d/index.html +++ b/docs/for-buildpack-authors/how-to/write-buildpacks/use-exec.d/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/write-extensions/guidance/index.html b/docs/for-buildpack-authors/how-to/write-extensions/guidance/index.html index 51a9bf06b..d155bbb28 100644 --- a/docs/for-buildpack-authors/how-to/write-extensions/guidance/index.html +++ b/docs/for-buildpack-authors/how-to/write-extensions/guidance/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/how-to/write-extensions/index.html b/docs/for-buildpack-authors/how-to/write-extensions/index.html index 25fd10d76..f7d71322d 100644 --- a/docs/for-buildpack-authors/how-to/write-extensions/index.html +++ b/docs/for-buildpack-authors/how-to/write-extensions/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/index.html b/docs/for-buildpack-authors/index.html index 74b062162..7cf3a0bc0 100644 --- a/docs/for-buildpack-authors/index.html +++ b/docs/for-buildpack-authors/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/tutorials/basic-buildpack/01_setup-local-environment/index.html b/docs/for-buildpack-authors/tutorials/basic-buildpack/01_setup-local-environment/index.html index f1fa2b728..326ff0a63 100644 --- a/docs/for-buildpack-authors/tutorials/basic-buildpack/01_setup-local-environment/index.html +++ b/docs/for-buildpack-authors/tutorials/basic-buildpack/01_setup-local-environment/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/tutorials/basic-buildpack/02_building-blocks-cnb/index.html b/docs/for-buildpack-authors/tutorials/basic-buildpack/02_building-blocks-cnb/index.html index 330170cba..8931f09e9 100644 --- a/docs/for-buildpack-authors/tutorials/basic-buildpack/02_building-blocks-cnb/index.html +++ b/docs/for-buildpack-authors/tutorials/basic-buildpack/02_building-blocks-cnb/index.html @@ -224,6 +224,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/tutorials/basic-buildpack/03_detection/index.html b/docs/for-buildpack-authors/tutorials/basic-buildpack/03_detection/index.html index 4e8d67798..7c3901033 100644 --- a/docs/for-buildpack-authors/tutorials/basic-buildpack/03_detection/index.html +++ b/docs/for-buildpack-authors/tutorials/basic-buildpack/03_detection/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/tutorials/basic-buildpack/04_build-app/index.html b/docs/for-buildpack-authors/tutorials/basic-buildpack/04_build-app/index.html index c55600f93..e9691d115 100644 --- a/docs/for-buildpack-authors/tutorials/basic-buildpack/04_build-app/index.html +++ b/docs/for-buildpack-authors/tutorials/basic-buildpack/04_build-app/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/tutorials/basic-buildpack/05_make-app-runnable/index.html b/docs/for-buildpack-authors/tutorials/basic-buildpack/05_make-app-runnable/index.html index 842a887d2..dc04224ed 100644 --- a/docs/for-buildpack-authors/tutorials/basic-buildpack/05_make-app-runnable/index.html +++ b/docs/for-buildpack-authors/tutorials/basic-buildpack/05_make-app-runnable/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/tutorials/basic-buildpack/06_caching/index.html b/docs/for-buildpack-authors/tutorials/basic-buildpack/06_caching/index.html index 26a6c2187..f1970ef48 100644 --- a/docs/for-buildpack-authors/tutorials/basic-buildpack/06_caching/index.html +++ b/docs/for-buildpack-authors/tutorials/basic-buildpack/06_caching/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/tutorials/basic-buildpack/07_make-buildpack-configurable/index.html b/docs/for-buildpack-authors/tutorials/basic-buildpack/07_make-buildpack-configurable/index.html index ca4bdee10..bbffffcd5 100644 --- a/docs/for-buildpack-authors/tutorials/basic-buildpack/07_make-buildpack-configurable/index.html +++ b/docs/for-buildpack-authors/tutorials/basic-buildpack/07_make-buildpack-configurable/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/tutorials/basic-buildpack/index.html b/docs/for-buildpack-authors/tutorials/basic-buildpack/index.html index 28422ce5c..4e49adf98 100644 --- a/docs/for-buildpack-authors/tutorials/basic-buildpack/index.html +++ b/docs/for-buildpack-authors/tutorials/basic-buildpack/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/tutorials/basic-extension/01_setup-local-environment/index.html b/docs/for-buildpack-authors/tutorials/basic-extension/01_setup-local-environment/index.html index de2bfaa90..560f4063d 100644 --- a/docs/for-buildpack-authors/tutorials/basic-extension/01_setup-local-environment/index.html +++ b/docs/for-buildpack-authors/tutorials/basic-extension/01_setup-local-environment/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/tutorials/basic-extension/02_why-dockerfiles/index.html b/docs/for-buildpack-authors/tutorials/basic-extension/02_why-dockerfiles/index.html index 9d4c05356..f59998c91 100644 --- a/docs/for-buildpack-authors/tutorials/basic-extension/02_why-dockerfiles/index.html +++ b/docs/for-buildpack-authors/tutorials/basic-extension/02_why-dockerfiles/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/tutorials/basic-extension/03_building-blocks-extension/index.html b/docs/for-buildpack-authors/tutorials/basic-extension/03_building-blocks-extension/index.html index d4647526a..1dcc08c2e 100644 --- a/docs/for-buildpack-authors/tutorials/basic-extension/03_building-blocks-extension/index.html +++ b/docs/for-buildpack-authors/tutorials/basic-extension/03_building-blocks-extension/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/tutorials/basic-extension/04_build-dockerfile/index.html b/docs/for-buildpack-authors/tutorials/basic-extension/04_build-dockerfile/index.html index e8c9ad7b0..fc2fea884 100644 --- a/docs/for-buildpack-authors/tutorials/basic-extension/04_build-dockerfile/index.html +++ b/docs/for-buildpack-authors/tutorials/basic-extension/04_build-dockerfile/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/tutorials/basic-extension/05_run-dockerfile-switch/index.html b/docs/for-buildpack-authors/tutorials/basic-extension/05_run-dockerfile-switch/index.html index 4d767d767..2128b7f1e 100644 --- a/docs/for-buildpack-authors/tutorials/basic-extension/05_run-dockerfile-switch/index.html +++ b/docs/for-buildpack-authors/tutorials/basic-extension/05_run-dockerfile-switch/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/tutorials/basic-extension/06_run-dockerfile-extend/index.html b/docs/for-buildpack-authors/tutorials/basic-extension/06_run-dockerfile-extend/index.html index 30df4f751..5acb26e7e 100644 --- a/docs/for-buildpack-authors/tutorials/basic-extension/06_run-dockerfile-extend/index.html +++ b/docs/for-buildpack-authors/tutorials/basic-extension/06_run-dockerfile-extend/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/tutorials/basic-extension/index.html b/docs/for-buildpack-authors/tutorials/basic-extension/index.html index e04a2b5c4..58c4dd004 100644 --- a/docs/for-buildpack-authors/tutorials/basic-extension/index.html +++ b/docs/for-buildpack-authors/tutorials/basic-extension/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-buildpack-authors/tutorials/index.html b/docs/for-buildpack-authors/tutorials/index.html index 0d8440c56..9e115d3f2 100644 --- a/docs/for-buildpack-authors/tutorials/index.html +++ b/docs/for-buildpack-authors/tutorials/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/concepts/base-images/index.html b/docs/for-platform-operators/concepts/base-images/index.html index 88902190d..1257b6633 100644 --- a/docs/for-platform-operators/concepts/base-images/index.html +++ b/docs/for-platform-operators/concepts/base-images/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/concepts/builder/index.html b/docs/for-platform-operators/concepts/builder/index.html index 2357af2e1..76d82242e 100644 --- a/docs/for-platform-operators/concepts/builder/index.html +++ b/docs/for-platform-operators/concepts/builder/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/concepts/buildpack/index.html b/docs/for-platform-operators/concepts/buildpack/index.html index dbd1e800e..07a46ed4d 100644 --- a/docs/for-platform-operators/concepts/buildpack/index.html +++ b/docs/for-platform-operators/concepts/buildpack/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/concepts/composite-buildpack/index.html b/docs/for-platform-operators/concepts/composite-buildpack/index.html index e6295b047..2b95d7ac0 100644 --- a/docs/for-platform-operators/concepts/composite-buildpack/index.html +++ b/docs/for-platform-operators/concepts/composite-buildpack/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/concepts/extension/index.html b/docs/for-platform-operators/concepts/extension/index.html index 0c578c87d..9f7d3ecf9 100644 --- a/docs/for-platform-operators/concepts/extension/index.html +++ b/docs/for-platform-operators/concepts/extension/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/concepts/index.html b/docs/for-platform-operators/concepts/index.html index 8bd9cde4f..3d8843837 100644 --- a/docs/for-platform-operators/concepts/index.html +++ b/docs/for-platform-operators/concepts/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/concepts/lifecycle/analyze/index.html b/docs/for-platform-operators/concepts/lifecycle/analyze/index.html index adfd517b9..fe4d47997 100644 --- a/docs/for-platform-operators/concepts/lifecycle/analyze/index.html +++ b/docs/for-platform-operators/concepts/lifecycle/analyze/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/concepts/lifecycle/build/index.html b/docs/for-platform-operators/concepts/lifecycle/build/index.html index bac448135..9ad3dbe69 100644 --- a/docs/for-platform-operators/concepts/lifecycle/build/index.html +++ b/docs/for-platform-operators/concepts/lifecycle/build/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/concepts/lifecycle/create/index.html b/docs/for-platform-operators/concepts/lifecycle/create/index.html index 2e5f7fb91..2a33ab007 100644 --- a/docs/for-platform-operators/concepts/lifecycle/create/index.html +++ b/docs/for-platform-operators/concepts/lifecycle/create/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/concepts/lifecycle/detect/index.html b/docs/for-platform-operators/concepts/lifecycle/detect/index.html index 119d5ade8..2ed6e6aab 100644 --- a/docs/for-platform-operators/concepts/lifecycle/detect/index.html +++ b/docs/for-platform-operators/concepts/lifecycle/detect/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/concepts/lifecycle/export/index.html b/docs/for-platform-operators/concepts/lifecycle/export/index.html index 526019af3..a85f3e32d 100644 --- a/docs/for-platform-operators/concepts/lifecycle/export/index.html +++ b/docs/for-platform-operators/concepts/lifecycle/export/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/concepts/lifecycle/extend/index.html b/docs/for-platform-operators/concepts/lifecycle/extend/index.html index 3fd7bc5e1..73ba8aefa 100644 --- a/docs/for-platform-operators/concepts/lifecycle/extend/index.html +++ b/docs/for-platform-operators/concepts/lifecycle/extend/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/concepts/lifecycle/index.html b/docs/for-platform-operators/concepts/lifecycle/index.html index e4c8a995e..c947bd8a1 100644 --- a/docs/for-platform-operators/concepts/lifecycle/index.html +++ b/docs/for-platform-operators/concepts/lifecycle/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/concepts/lifecycle/launch/index.html b/docs/for-platform-operators/concepts/lifecycle/launch/index.html index ce11182f9..8ff0a249e 100644 --- a/docs/for-platform-operators/concepts/lifecycle/launch/index.html +++ b/docs/for-platform-operators/concepts/lifecycle/launch/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/concepts/lifecycle/rebase/index.html b/docs/for-platform-operators/concepts/lifecycle/rebase/index.html index 95c11b69a..1d69aff1f 100644 --- a/docs/for-platform-operators/concepts/lifecycle/rebase/index.html +++ b/docs/for-platform-operators/concepts/lifecycle/rebase/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/concepts/lifecycle/restore/index.html b/docs/for-platform-operators/concepts/lifecycle/restore/index.html index 9c38c5301..cf00cac69 100644 --- a/docs/for-platform-operators/concepts/lifecycle/restore/index.html +++ b/docs/for-platform-operators/concepts/lifecycle/restore/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/build-inputs/build-env/index.html b/docs/for-platform-operators/how-to/build-inputs/build-env/index.html index d4a379972..a9a72205d 100644 --- a/docs/for-platform-operators/how-to/build-inputs/build-env/index.html +++ b/docs/for-platform-operators/how-to/build-inputs/build-env/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/build-inputs/create-builder/build-base/index.html b/docs/for-platform-operators/how-to/build-inputs/create-builder/build-base/index.html index 745279150..88a397f6e 100644 --- a/docs/for-platform-operators/how-to/build-inputs/create-builder/build-base/index.html +++ b/docs/for-platform-operators/how-to/build-inputs/create-builder/build-base/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/build-inputs/create-builder/builder/index.html b/docs/for-platform-operators/how-to/build-inputs/create-builder/builder/index.html index 613b2735c..1e607aa8d 100644 --- a/docs/for-platform-operators/how-to/build-inputs/create-builder/builder/index.html +++ b/docs/for-platform-operators/how-to/build-inputs/create-builder/builder/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/build-inputs/create-builder/extensions/index.html b/docs/for-platform-operators/how-to/build-inputs/create-builder/extensions/index.html index 7b112c8e7..5f70524ce 100644 --- a/docs/for-platform-operators/how-to/build-inputs/create-builder/extensions/index.html +++ b/docs/for-platform-operators/how-to/build-inputs/create-builder/extensions/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/build-inputs/create-builder/index.html b/docs/for-platform-operators/how-to/build-inputs/create-builder/index.html index 9f3c09a9c..dd871362d 100644 --- a/docs/for-platform-operators/how-to/build-inputs/create-builder/index.html +++ b/docs/for-platform-operators/how-to/build-inputs/create-builder/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/build-inputs/create-builder/run-base/index.html b/docs/for-platform-operators/how-to/build-inputs/create-builder/run-base/index.html index 2265e1b57..e5b2a7a55 100644 --- a/docs/for-platform-operators/how-to/build-inputs/create-builder/run-base/index.html +++ b/docs/for-platform-operators/how-to/build-inputs/create-builder/run-base/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/build-inputs/declare-source-metadata/index.html b/docs/for-platform-operators/how-to/build-inputs/declare-source-metadata/index.html index acc36c76d..e61afc610 100644 --- a/docs/for-platform-operators/how-to/build-inputs/declare-source-metadata/index.html +++ b/docs/for-platform-operators/how-to/build-inputs/declare-source-metadata/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/build-inputs/index.html b/docs/for-platform-operators/how-to/build-inputs/index.html index 1964d3bdb..0c323a02c 100644 --- a/docs/for-platform-operators/how-to/build-inputs/index.html +++ b/docs/for-platform-operators/how-to/build-inputs/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/build-inputs/stack/index.html b/docs/for-platform-operators/how-to/build-inputs/stack/index.html index f092c0be4..3683c39c0 100644 --- a/docs/for-platform-operators/how-to/build-inputs/stack/index.html +++ b/docs/for-platform-operators/how-to/build-inputs/stack/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/index.html b/docs/for-platform-operators/how-to/index.html index 7dc38d658..8fb2e77c9 100644 --- a/docs/for-platform-operators/how-to/index.html +++ b/docs/for-platform-operators/how-to/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/circleci/index.html b/docs/for-platform-operators/how-to/integrate-ci/circleci/index.html index b671a729a..6f31c3a90 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/circleci/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/circleci/index.html @@ -224,6 +224,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/gitlab/index.html b/docs/for-platform-operators/how-to/integrate-ci/gitlab/index.html index a7b32bda7..19b9991a9 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/gitlab/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/gitlab/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/index.html b/docs/for-platform-operators/how-to/integrate-ci/index.html index ed2543c3b..96c4c087c 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/kpack/index.html b/docs/for-platform-operators/how-to/integrate-ci/kpack/index.html index 7392d50c1..21cc4012a 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/kpack/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/kpack/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/index.html index a05c05838..58e35c637 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack/index.html index cce4c1b10..0a0c0c737 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_build/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_build/index.html index bdd1c706c..fa9cb8378 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_build/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_build/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_builder/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_builder/index.html index 02abb318c..9e4373627 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_builder/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_builder/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_builder_create/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_builder_create/index.html index 9d0992fa1..44cba455b 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_builder_create/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_builder_create/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_builder_inspect/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_builder_inspect/index.html index 7c2e569de..2ac54c384 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_builder_inspect/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_builder_inspect/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_builder_suggest/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_builder_suggest/index.html index 64b602b42..505e771e9 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_builder_suggest/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_builder_suggest/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack/index.html index 511d28ab2..8346d9335 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_inspect/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_inspect/index.html index 3a4a341c3..e4241cdc4 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_inspect/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_inspect/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_new/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_new/index.html index 4a8a6571e..a3e1c51bd 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_new/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_new/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_package/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_package/index.html index 446fc6e73..8d234a02a 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_package/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_package/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_pull/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_pull/index.html index a3d8308cc..753c57e83 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_pull/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_pull/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_register/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_register/index.html index 59f6979f2..f04b1618a 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_register/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_register/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_yank/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_yank/index.html index 7778cf22f..7cd91f652 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_yank/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_buildpack_yank/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_completion/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_completion/index.html index 0fdc7d5fa..56277e4dc 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_completion/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_completion/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config/index.html index 47eef28fb..f8c3614e0 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_default-builder/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_default-builder/index.html index 08cc91cc7..9f71e725f 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_default-builder/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_default-builder/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_experimental/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_experimental/index.html index 7c4c87cf4..b2528adac 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_experimental/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_experimental/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_lifecycle-image/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_lifecycle-image/index.html index 13c00c9d2..b4af19c5e 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_lifecycle-image/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_lifecycle-image/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_pull-policy/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_pull-policy/index.html index 8ad8c4706..098dcfa19 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_pull-policy/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_pull-policy/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries/index.html index 9e8ca3e83..6dda4477e 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries_add/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries_add/index.html index 2d20afeab..4835920be 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries_add/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries_add/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries_default/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries_default/index.html index 546962bed..fca28449b 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries_default/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries_default/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries_list/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries_list/index.html index 33687b11b..94159ba07 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries_list/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries_list/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries_remove/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries_remove/index.html index 882b01c57..e1eeaa0e3 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries_remove/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registries_remove/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registry-mirrors/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registry-mirrors/index.html index 697aadae1..4c51f0433 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registry-mirrors/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registry-mirrors/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registry-mirrors_add/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registry-mirrors_add/index.html index 5171d7f0e..d727dae70 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registry-mirrors_add/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registry-mirrors_add/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registry-mirrors_list/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registry-mirrors_list/index.html index 98c6c97bd..564c3e1cf 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registry-mirrors_list/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registry-mirrors_list/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registry-mirrors_remove/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registry-mirrors_remove/index.html index 27be9098c..e57859a8a 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registry-mirrors_remove/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_registry-mirrors_remove/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_run-image-mirrors/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_run-image-mirrors/index.html index fc941e484..173ce2473 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_run-image-mirrors/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_run-image-mirrors/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_run-image-mirrors_add/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_run-image-mirrors_add/index.html index 106da3a3d..1b0a9fc28 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_run-image-mirrors_add/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_run-image-mirrors_add/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_run-image-mirrors_list/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_run-image-mirrors_list/index.html index 6434a2c73..d5422b48b 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_run-image-mirrors_list/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_run-image-mirrors_list/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_run-image-mirrors_remove/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_run-image-mirrors_remove/index.html index e726b5700..a0ef8225e 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_run-image-mirrors_remove/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_run-image-mirrors_remove/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_trusted-builders/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_trusted-builders/index.html index 32f43ee6e..36c35d460 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_trusted-builders/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_trusted-builders/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_trusted-builders_add/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_trusted-builders_add/index.html index de7057778..a386822f1 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_trusted-builders_add/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_trusted-builders_add/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_trusted-builders_list/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_trusted-builders_list/index.html index 83e6bc00e..56b654f07 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_trusted-builders_list/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_trusted-builders_list/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_trusted-builders_remove/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_trusted-builders_remove/index.html index 1aea3f15a..46de66fd5 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_trusted-builders_remove/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_config_trusted-builders_remove/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension/index.html index 3f1cafb8b..19967b98e 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_inspect/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_inspect/index.html index a28b8b3f1..9c5379695 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_inspect/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_inspect/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_new/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_new/index.html index 2e922b680..59a3e39c9 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_new/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_new/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_package/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_package/index.html index ef6e8acc3..944098512 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_package/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_package/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_pull/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_pull/index.html index 5382dfaf9..6a9396829 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_pull/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_pull/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_register/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_register/index.html index d8b772c0f..e926827d5 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_register/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_register/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_yank/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_yank/index.html index 76f9f08aa..89e84877f 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_yank/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_extension_yank/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_inspect/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_inspect/index.html index 12f8cd119..6c3f1e6fd 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_inspect/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_inspect/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest/index.html index 61df37a4d..82ced790f 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_add/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_add/index.html index 773a80a5b..cd6a3715f 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_add/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_add/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_annotate/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_annotate/index.html index 735971032..7941bb798 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_annotate/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_annotate/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_create/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_create/index.html index 6f4d7d8c1..3555498ce 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_create/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_create/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_inspect/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_inspect/index.html index 3203fd602..dc8bbd8b3 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_inspect/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_inspect/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_push/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_push/index.html index 0a7c46493..ccd9d38c9 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_push/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_push/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_remove/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_remove/index.html index 9cf815f0f..4561f1cab 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_remove/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_remove/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_rm/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_rm/index.html index 0e3e78359..2e4a53fe1 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_rm/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_manifest_rm/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_rebase/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_rebase/index.html index c638fb819..7cbb620d9 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_rebase/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_rebase/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_report/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_report/index.html index 077c535c2..2c4d0b02c 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_report/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_report/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_sbom/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_sbom/index.html index e0ad7dbb9..fef974ff8 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_sbom/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_sbom/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_sbom_download/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_sbom_download/index.html index 5adbb1ab2..33c49631a 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_sbom_download/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_sbom_download/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_stack/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_stack/index.html index 11e93d7a6..abbff004c 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_stack/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_stack/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_stack_suggest/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_stack_suggest/index.html index f5795b819..5b606cfec 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_stack_suggest/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_stack_suggest/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_version/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_version/index.html index ef8b447d6..f46b4cd11 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_version/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/cli/pack_version/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/concepts/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/concepts/index.html index 7dc60a7c1..9088992a0 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/concepts/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/concepts/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/concepts/trusted_builders/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/concepts/trusted_builders/index.html index f94f413ec..85fddadb1 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/concepts/trusted_builders/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/concepts/trusted_builders/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/pack/index.html b/docs/for-platform-operators/how-to/integrate-ci/pack/index.html index 68a6673ad..5c2c879b5 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/pack/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/pack/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/piper/index.html b/docs/for-platform-operators/how-to/integrate-ci/piper/index.html index 528b48532..0a7e7a53c 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/piper/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/piper/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/integrate-ci/tekton/index.html b/docs/for-platform-operators/how-to/integrate-ci/tekton/index.html index 7fb14864e..0b6fb7c44 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/tekton/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/tekton/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/migrate/deprecated/index.html b/docs/for-platform-operators/how-to/migrate/deprecated/index.html index d97803387..43d668f58 100644 --- a/docs/for-platform-operators/how-to/migrate/deprecated/index.html +++ b/docs/for-platform-operators/how-to/migrate/deprecated/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/migrate/deprecated/platform-api-0.3-0.4/index.html b/docs/for-platform-operators/how-to/migrate/deprecated/platform-api-0.3-0.4/index.html index 55c517082..b41119d1a 100644 --- a/docs/for-platform-operators/how-to/migrate/deprecated/platform-api-0.3-0.4/index.html +++ b/docs/for-platform-operators/how-to/migrate/deprecated/platform-api-0.3-0.4/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/migrate/deprecated/platform-api-0.4-0.5/index.html b/docs/for-platform-operators/how-to/migrate/deprecated/platform-api-0.4-0.5/index.html index e17394b85..a5afc5bd8 100644 --- a/docs/for-platform-operators/how-to/migrate/deprecated/platform-api-0.4-0.5/index.html +++ b/docs/for-platform-operators/how-to/migrate/deprecated/platform-api-0.4-0.5/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/migrate/deprecated/platform-api-0.5-0.6/index.html b/docs/for-platform-operators/how-to/migrate/deprecated/platform-api-0.5-0.6/index.html index fe422f1a0..18ec1b29d 100644 --- a/docs/for-platform-operators/how-to/migrate/deprecated/platform-api-0.5-0.6/index.html +++ b/docs/for-platform-operators/how-to/migrate/deprecated/platform-api-0.5-0.6/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/migrate/deprecated/platform-api-0.6-0.7/index.html b/docs/for-platform-operators/how-to/migrate/deprecated/platform-api-0.6-0.7/index.html index 51162adc6..5baeaf533 100644 --- a/docs/for-platform-operators/how-to/migrate/deprecated/platform-api-0.6-0.7/index.html +++ b/docs/for-platform-operators/how-to/migrate/deprecated/platform-api-0.6-0.7/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/migrate/index.html b/docs/for-platform-operators/how-to/migrate/index.html index 662fd4aa5..274198ee3 100644 --- a/docs/for-platform-operators/how-to/migrate/index.html +++ b/docs/for-platform-operators/how-to/migrate/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/migrate/platform-api-0.10-0.11/index.html b/docs/for-platform-operators/how-to/migrate/platform-api-0.10-0.11/index.html index 29b3bd989..481040b7f 100644 --- a/docs/for-platform-operators/how-to/migrate/platform-api-0.10-0.11/index.html +++ b/docs/for-platform-operators/how-to/migrate/platform-api-0.10-0.11/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/migrate/platform-api-0.11-0.12/index.html b/docs/for-platform-operators/how-to/migrate/platform-api-0.11-0.12/index.html index 310f0a8fb..345abb140 100644 --- a/docs/for-platform-operators/how-to/migrate/platform-api-0.11-0.12/index.html +++ b/docs/for-platform-operators/how-to/migrate/platform-api-0.11-0.12/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/migrate/platform-api-0.7-0.8/index.html b/docs/for-platform-operators/how-to/migrate/platform-api-0.7-0.8/index.html index 5d45ec530..317dabd65 100644 --- a/docs/for-platform-operators/how-to/migrate/platform-api-0.7-0.8/index.html +++ b/docs/for-platform-operators/how-to/migrate/platform-api-0.7-0.8/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/migrate/platform-api-0.8-0.9/index.html b/docs/for-platform-operators/how-to/migrate/platform-api-0.8-0.9/index.html index 43a0d64e8..1f6489585 100644 --- a/docs/for-platform-operators/how-to/migrate/platform-api-0.8-0.9/index.html +++ b/docs/for-platform-operators/how-to/migrate/platform-api-0.8-0.9/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/how-to/migrate/platform-api-0.9-0.10/index.html b/docs/for-platform-operators/how-to/migrate/platform-api-0.9-0.10/index.html index 2e2ab6a7b..1797a67f1 100644 --- a/docs/for-platform-operators/how-to/migrate/platform-api-0.9-0.10/index.html +++ b/docs/for-platform-operators/how-to/migrate/platform-api-0.9-0.10/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/index.html b/docs/for-platform-operators/index.html index 61db09d12..18de5a7da 100644 --- a/docs/for-platform-operators/index.html +++ b/docs/for-platform-operators/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/tutorials/index.html b/docs/for-platform-operators/tutorials/index.html index 7a2150484..2129faa56 100644 --- a/docs/for-platform-operators/tutorials/index.html +++ b/docs/for-platform-operators/tutorials/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/for-platform-operators/tutorials/lifecycle/index.html b/docs/for-platform-operators/tutorials/lifecycle/index.html index dfb1eda50..8f536fb5a 100644 --- a/docs/for-platform-operators/tutorials/lifecycle/index.html +++ b/docs/for-platform-operators/tutorials/lifecycle/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/index.html b/docs/index.html index 51d23e01f..4cc30981a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/reference/config/builder-config/index.html b/docs/reference/config/builder-config/index.html index 5a9d0f8b3..81d7e4eb9 100644 --- a/docs/reference/config/builder-config/index.html +++ b/docs/reference/config/builder-config/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/reference/config/buildpack-config/index.html b/docs/reference/config/buildpack-config/index.html index f25eea4bf..54caf5d59 100644 --- a/docs/reference/config/buildpack-config/index.html +++ b/docs/reference/config/buildpack-config/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/reference/config/index.html b/docs/reference/config/index.html index 0d0670e06..d4a6f3ed3 100644 --- a/docs/reference/config/index.html +++ b/docs/reference/config/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/reference/config/package-config/index.html b/docs/reference/config/package-config/index.html index 818872f1f..062b3dcdf 100644 --- a/docs/reference/config/package-config/index.html +++ b/docs/reference/config/package-config/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/reference/config/project-descriptor/index.html b/docs/reference/config/project-descriptor/index.html index 801f9cc55..ea84fe693 100644 --- a/docs/reference/config/project-descriptor/index.html +++ b/docs/reference/config/project-descriptor/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/reference/index.html b/docs/reference/index.html index 79c8d1fdd..652d645c1 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/reference/spec/buildpack-api/index.html b/docs/reference/spec/buildpack-api/index.html index 4fb622a92..522a9a512 100644 --- a/docs/reference/spec/buildpack-api/index.html +++ b/docs/reference/spec/buildpack-api/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/reference/spec/distribution-api/index.html b/docs/reference/spec/distribution-api/index.html index f51c82973..2064d9a64 100644 --- a/docs/reference/spec/distribution-api/index.html +++ b/docs/reference/spec/distribution-api/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/reference/spec/index.html b/docs/reference/spec/index.html index 9ea6f8cf0..760f09985 100644 --- a/docs/reference/spec/index.html +++ b/docs/reference/spec/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/docs/reference/spec/platform-api/index.html b/docs/reference/spec/platform-api/index.html index f5a590938..473d93570 100644 --- a/docs/reference/spec/platform-api/index.html +++ b/docs/reference/spec/platform-api/index.html @@ -222,6 +222,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/index.xml b/index.xml index 6b1c32104..52d632915 100644 --- a/index.xml +++ b/index.xml @@ -637,6 +637,13 @@ https://buildpacks.io/docs/for-platform-operators/concepts/lifecycle/rebase/ <p>The <code>rebaser</code> places application layers atop a new version of the <code>runtime</code> base image.</p> + + What are experimental features? + https://buildpacks.io/docs/for-app-developers/concepts/experimental-features/ + Mon, 01 Jan 0001 00:00:00 +0000 + https://buildpacks.io/docs/for-app-developers/concepts/experimental-features/ + <p>Certain features are considered <code>experimental</code> and susceptible to change in future API versions.</p> + Extend https://buildpacks.io/docs/for-platform-operators/concepts/lifecycle/extend/ diff --git a/sitemap.xml b/sitemap.xml index 3b4a238c1..d4d1a8362 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -241,6 +241,8 @@ https://buildpacks.io/docs/for-buildpack-authors/tutorials/basic-buildpack/07_make-buildpack-configurable/ https://buildpacks.io/docs/for-platform-operators/concepts/lifecycle/rebase/ + + https://buildpacks.io/docs/for-app-developers/concepts/experimental-features/ https://buildpacks.io/docs/for-platform-operators/concepts/lifecycle/extend/ diff --git a/tags/index.html b/tags/index.html index d8a3176c0..4678b6da4 100644 --- a/tags/index.html +++ b/tags/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/tags/specplatform/0.6/index.html b/tags/specplatform/0.6/index.html index c3e500977..eaeb0dd01 100644 --- a/tags/specplatform/0.6/index.html +++ b/tags/specplatform/0.6/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?
  • diff --git a/tags/specproject-descriptor/0.2/index.html b/tags/specproject-descriptor/0.2/index.html index 953ee2bb9..9528ba6af 100644 --- a/tags/specproject-descriptor/0.2/index.html +++ b/tags/specproject-descriptor/0.2/index.html @@ -220,6 +220,9 @@
  • What is build reproducibility? +
  • +
  • + What are experimental features?