From 9baa5604f7aa22240026a43c09262345f231e76a Mon Sep 17 00:00:00 2001 From: AidanDelaney Date: Fri, 8 Mar 2024 06:52:16 +0000 Subject: [PATCH] Merge pull request #664 from buildpacks/consolidate-common-concepts Consolidate common concepts --- categories/index.html | 57 +- docs/app-journey/index.html | 57 +- docs/concepts/components/buildpack/index.html | 10 - docs/features/dockerfiles/index.html | 6 +- .../concepts/base-images/build/index.html | 57 +- .../concepts/base-images/index.html | 57 +- .../concepts/base-images/run/index.html | 57 +- .../concepts/base-images/stack/index.html | 57 +- .../concepts/build/index.html | 57 +- .../concepts/builder/index.html | 57 +- .../concepts/buildpack/index.html | 100 +- docs/for-app-developers/concepts/index.html | 60 +- docs/for-app-developers/concepts/index.xml | 2 +- .../concepts/platform/index.html | 57 +- .../concepts/rebase/index.html | 57 +- .../concepts/reproducibility/index.html | 57 +- .../index.html | 57 +- .../how-to/build-inputs/index.html | 57 +- .../specify-buildpacks/index.html | 57 +- .../specify-default-launch-process/index.html | 57 +- .../specify-export-target/index.html | 57 +- .../build-inputs/use-cache-image/index.html | 57 +- .../use-inline-buildpacks/index.html | 57 +- .../build-inputs/use-project-toml/index.html | 57 +- .../build-inputs/use-volume-mounts/index.html | 57 +- .../build-outputs/download-sbom/index.html | 57 +- .../how-to/build-outputs/index.html | 57 +- .../build-outputs/inspect-app/index.html | 57 +- .../specify-launch-process/index.html | 57 +- .../understand-failures/index.html | 57 +- docs/for-app-developers/how-to/index.html | 57 +- .../special-cases/build-for-arm/index.html | 57 +- .../build-for-windows/index.html | 57 +- .../special-cases/build-on-podman/index.html | 57 +- .../export-to-oci-layout/index.html | 57 +- .../how-to/special-cases/index.html | 57 +- .../special-cases/use-http-proxy/index.html | 57 +- docs/for-app-developers/index.html | 57 +- .../tutorials/basic-app/index.html | 57 +- docs/for-app-developers/tutorials/index.html | 57 +- .../concepts/build-plan/index.html | 57 +- .../concepts/buildpack-group/index.html | 61 +- .../concepts/buildpack/index.html | 984 +++++++++++++++ .../concepts/caching-strategies/index.html | 59 +- .../concepts/component-buildpack/index.html | 57 +- .../concepts/composite-buildpack/index.html | 951 ++++++++++++++ .../concepts/extension/index.html | 997 +++++++++++++++ .../for-buildpack-authors/concepts/index.html | 83 +- docs/for-buildpack-authors/concepts/index.xml | 21 + .../concepts/layer/index.html | 57 +- .../concepts/lifecycle-phases/index.html | 57 +- .../concepts/package/index.html | 57 +- .../concepts/targets/index.html | 57 +- .../craft-order/index.html | 950 ++++++++++++++ .../package-buildpack/index.html | 57 +- .../publish-buildpack/index.html | 57 +- .../with-github-actions/index.html | 57 +- docs/for-buildpack-authors/how-to/index.html | 104 +- docs/for-buildpack-authors/how-to/index.xml | 7 + .../migrate/buildpack-api-0.7-0.8/index.html | 57 +- .../migrate/buildpack-api-0.8-0.9/index.html | 59 +- .../migrate/buildpack-api-0.9-0.10/index.html | 57 +- .../buildpack-api-0.4-0.5/index.html | 57 +- .../buildpack-api-0.5-0.6/index.html | 57 +- .../buildpack-api-0.6-0.7/index.html | 57 +- .../how-to/migrate/deprecated/index.html | 57 +- .../how-to/migrate/index.html | 57 +- .../write-buildpacks/add-labels/index.html | 57 +- .../write-buildpacks/add-sbom/index.html | 57 +- .../write-buildpacks/clear-env/index.html | 57 +- .../write-buildpacks/create-layer/index.html | 116 +- .../create-slice-layers/index.html | 57 +- .../write-buildpacks/get-started/index.html | 1020 +++++++++++++++ .../how-to/write-buildpacks/index.html | 101 +- .../how-to/write-buildpacks/index.xml | 35 +- .../write-buildpacks/re-use-layers/index.html | 57 +- .../write-buildpacks/specify-env/index.html | 57 +- .../specify-launch-processes/index.html | 57 +- .../use-build-plan/index.html | 151 ++- .../write-buildpacks/use-exec.d/index.html | 57 +- .../write-extensions/guidance/index.html | 57 +- .../how-to/write-extensions/index.html | 57 +- docs/for-buildpack-authors/index.html | 85 +- .../01_setup-local-environment/index.html | 57 +- .../02_building-blocks-cnb/index.html | 57 +- .../basic-buildpack/03_detection/index.html | 57 +- .../basic-buildpack/04_build-app/index.html | 61 +- .../05_make-app-runnable/index.html | 57 +- .../basic-buildpack/06_caching/index.html | 57 +- .../07_make-buildpack-configurable/index.html | 57 +- .../tutorials/basic-buildpack/index.html | 57 +- .../01_setup-local-environment/index.html | 57 +- .../02_why-dockerfiles/index.html | 57 +- .../03_building-blocks-extension/index.html | 59 +- .../04_build-dockerfile/index.html | 57 +- .../05_run-dockerfile-switch/index.html | 57 +- .../06_run-dockerfile-extend/index.html | 57 +- .../tutorials/basic-extension/index.html | 57 +- .../tutorials/index.html | 57 +- .../concepts/builder/index.html | 57 +- .../concepts/buildpack/index.html | 113 +- .../concepts/composite-buildpack/index.html | 951 ++++++++++++++ .../{dockerfiles => extension}/index.html | 156 ++- .../concepts/index.html | 75 +- .../for-platform-operators/concepts/index.xml | 17 +- .../concepts/lifecycle/analyze/index.html | 57 +- .../concepts/lifecycle/build/index.html | 57 +- .../concepts/lifecycle/create/index.html | 57 +- .../concepts/lifecycle/detect/index.html | 57 +- .../concepts/lifecycle/export/index.html | 57 +- .../concepts/lifecycle/index.html | 57 +- .../concepts/lifecycle/launch/index.html | 57 +- .../concepts/lifecycle/rebase/index.html | 57 +- .../concepts/lifecycle/restore/index.html | 57 +- .../create-builder/build-base/index.html | 57 +- .../create-builder/builder/index.html | 57 +- .../create-builder/extensions/index.html | 57 +- .../build-inputs/create-builder/index.html | 57 +- .../create-builder/run-base/index.html | 57 +- .../declare-source-metadata/index.html | 57 +- .../how-to/build-inputs/index.html | 57 +- .../how-to/build-inputs/stack/index.html | 57 +- docs/for-platform-operators/how-to/index.html | 57 +- .../how-to/integrate-ci/circleci/index.html | 57 +- .../how-to/integrate-ci/gitlab/index.html | 57 +- .../how-to/integrate-ci/index.html | 57 +- .../how-to/integrate-ci/kpack/index.html | 57 +- .../how-to/integrate-ci/pack/cli/index.html | 57 +- .../integrate-ci/pack/cli/pack/index.html | 57 +- .../pack/cli/pack_build/index.html | 57 +- .../pack/cli/pack_builder/index.html | 57 +- .../pack/cli/pack_builder_create/index.html | 57 +- .../pack/cli/pack_builder_inspect/index.html | 57 +- .../pack/cli/pack_builder_suggest/index.html | 57 +- .../pack/cli/pack_buildpack/index.html | 57 +- .../cli/pack_buildpack_inspect/index.html | 57 +- .../pack/cli/pack_buildpack_new/index.html | 57 +- .../cli/pack_buildpack_package/index.html | 57 +- .../pack/cli/pack_buildpack_pull/index.html | 57 +- .../cli/pack_buildpack_register/index.html | 57 +- .../pack/cli/pack_buildpack_yank/index.html | 57 +- .../pack/cli/pack_completion/index.html | 57 +- .../pack/cli/pack_config/index.html | 57 +- .../pack_config_default-builder/index.html | 57 +- .../cli/pack_config_experimental/index.html | 57 +- .../pack_config_lifecycle-image/index.html | 57 +- .../cli/pack_config_pull-policy/index.html | 57 +- .../cli/pack_config_registries/index.html | 57 +- .../cli/pack_config_registries_add/index.html | 57 +- .../pack_config_registries_default/index.html | 57 +- .../pack_config_registries_list/index.html | 57 +- .../pack_config_registries_remove/index.html | 57 +- .../pack_config_registry-mirrors/index.html | 57 +- .../index.html | 57 +- .../index.html | 57 +- .../index.html | 57 +- .../pack_config_run-image-mirrors/index.html | 57 +- .../index.html | 57 +- .../index.html | 57 +- .../index.html | 57 +- .../pack_config_trusted-builders/index.html | 57 +- .../index.html | 57 +- .../index.html | 57 +- .../index.html | 57 +- .../pack/cli/pack_extension/index.html | 57 +- .../cli/pack_extension_inspect/index.html | 57 +- .../pack/cli/pack_extension_new/index.html | 57 +- .../cli/pack_extension_package/index.html | 57 +- .../pack/cli/pack_extension_pull/index.html | 57 +- .../cli/pack_extension_register/index.html | 57 +- .../pack/cli/pack_extension_yank/index.html | 57 +- .../pack/cli/pack_inspect/index.html | 57 +- .../pack/cli/pack_rebase/index.html | 57 +- .../pack/cli/pack_report/index.html | 57 +- .../pack/cli/pack_sbom/index.html | 57 +- .../pack/cli/pack_sbom_download/index.html | 57 +- .../pack/cli/pack_stack/index.html | 57 +- .../pack/cli/pack_stack_suggest/index.html | 57 +- .../pack/cli/pack_version/index.html | 57 +- .../integrate-ci/pack/concepts/index.html | 57 +- .../pack/concepts/trusted_builders/index.html | 57 +- .../how-to/integrate-ci/pack/index.html | 57 +- .../how-to/integrate-ci/piper/index.html | 57 +- .../how-to/integrate-ci/tekton/index.html | 57 +- .../how-to/migrate/deprecated/index.html | 57 +- .../platform-api-0.3-0.4/index.html | 57 +- .../platform-api-0.4-0.5/index.html | 57 +- .../platform-api-0.5-0.6/index.html | 57 +- .../platform-api-0.6-0.7/index.html | 57 +- .../how-to/migrate/index.html | 57 +- .../migrate/platform-api-0.10-0.11/index.html | 57 +- .../migrate/platform-api-0.11-0.12/index.html | 57 +- .../migrate/platform-api-0.7-0.8/index.html | 57 +- .../migrate/platform-api-0.8-0.9/index.html | 57 +- .../migrate/platform-api-0.9-0.10/index.html | 59 +- docs/for-platform-operators/index.html | 81 +- .../tutorials/index.html | 57 +- .../tutorials/lifecycle/index.html | 57 +- docs/index.html | 57 +- .../config/builder-config/index.html | 67 +- .../config/buildpack-config/index.html | 1095 +++++++++++++++++ docs/reference/config/index.html | 79 +- docs/reference/config/index.xml | 25 +- .../config/package-config/index.html | 69 +- .../config/project-descriptor/index.html | 70 +- docs/reference/index.html | 72 +- docs/reference/spec/buildpack-api/index.html | 488 +------- .../spec/distribution-api/index.html | 57 +- docs/reference/spec/index.html | 75 +- docs/reference/spec/index.xml | 2 +- docs/reference/spec/platform-api/index.html | 57 +- index.xml | 179 ++- sitemap.xml | 54 +- tags/index.html | 57 +- tags/specplatform/0.6/index.html | 57 +- tags/specproject-descriptor/0.2/index.html | 57 +- 216 files changed, 15349 insertions(+), 4321 deletions(-) delete mode 100644 docs/concepts/components/buildpack/index.html create mode 100644 docs/for-buildpack-authors/concepts/buildpack/index.html create mode 100644 docs/for-buildpack-authors/concepts/composite-buildpack/index.html create mode 100644 docs/for-buildpack-authors/concepts/extension/index.html create mode 100644 docs/for-buildpack-authors/how-to/distribute-buildpacks/craft-order/index.html create mode 100644 docs/for-buildpack-authors/how-to/write-buildpacks/get-started/index.html create mode 100644 docs/for-platform-operators/concepts/composite-buildpack/index.html rename docs/for-platform-operators/concepts/{dockerfiles => extension}/index.html (91%) create mode 100644 docs/reference/config/buildpack-config/index.html diff --git a/categories/index.html b/categories/index.html index 737121312..dd1230095 100644 --- a/categories/index.html +++ b/categories/index.html @@ -299,6 +299,14 @@
  • For Platform Operators +
  • + What is a composite buildpack?
  • -
  • - Tutorials -
  • @@ -673,6 +676,9 @@
  • Concepts
  • +
  • + Craft a buildpack order +
  • Migrate