You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>A list of buildpack groups. This list determines the order in which groups of buildpacks
948
-
will be tested during detection. Detection is a phase of the <ahref="/docs/for-platform-operators/concepts/lifecycle">lifecycle</a> where
949
-
buildpacks are tested, one group at a time, for compatibility with the provided application source code. The first
950
-
group whose non-optional buildpacks all pass detection will be the group selected for the remainder of the build. Each
951
-
group currently contains a single required field:</p>
947
+
<p>A list of buildpack groups. This list determines the order in which the lifecycle tests groups of <code>buildpacks</code> during detection. Detection is a phase of the <ahref="/docs/for-platform-operators/concepts/lifecycle">lifecycle</a> where the lifecycle tests each <code>buildpacks</code> group, one at a time, for compatibility with the provided app source code. The first
948
+
group whose non-optional <code>buildpacks</code> all pass detection will be the group selected for the remainder of the build. Each group currently contains a single required field:</p>
<p>The <ahref="https://github.com/buildpacks/spec/blob/main/buildpack.md#environment-variable-modification-rules">[[build.env]]</a> is used to specify <ahref="https://github.com/buildpacks/spec/blob/main/platform.md#operator-defined-variables">operator-defined</a> build-time environment variables for buildpacks. Set <code>CNB_BUILD_CONFIG_DIR</code> in pack’s environment to override the default directory (<code>/cnb/build-config/env</code>) where environment variable files are stored within the builder.</p>
1049
+
<p>The <ahref="https://github.com/buildpacks/spec/blob/main/buildpack.md#environment-variable-modification-rules">[[build.env]]</a> is used to specify <ahref="https://github.com/buildpacks/spec/blob/main/platform.md#operator-defined-variables">operator-defined</a> build-time environment variables for <code>buildpacks</code>. Set <code>CNB_BUILD_CONFIG_DIR</code> in pack’s environment to override the default directory (<code>/cnb/build-config/env</code>) where environment variable files are stored within the builder.</p>
The type of action used to modify the environment variable when end-users or buildpacks define the same name/key, one of <ahref="https://github.com/buildpacks/spec/blob/main/buildpack.md#default"><code>default</code></a>, <ahref="https://github.com/buildpacks/spec/blob/main/buildpack.md#override"><code>override</code></a>, <ahref="https://github.com/buildpacks/spec/blob/main/buildpack.md#append"><code>append</code></a>, or <ahref="https://github.com/buildpacks/spec/blob/main/buildpack.md#prepend"><code>prepend</code></a>. Defaults to <code>default</code> if this field is omitted. Operator-defined environment variables take precedence over end-user or buildpack-defined environment variables.</p>
1061
+
The type of action used to modify the environment variable when end-users or <code>buildpacks</code> define the same name/key, one of <ahref="https://github.com/buildpacks/spec/blob/main/buildpack.md#default"><code>default</code></a>, <ahref="https://github.com/buildpacks/spec/blob/main/buildpack.md#override"><code>override</code></a>, <ahref="https://github.com/buildpacks/spec/blob/main/buildpack.md#append"><code>append</code></a>, or <ahref="https://github.com/buildpacks/spec/blob/main/buildpack.md#prepend"><code>prepend</code></a>. Defaults to <code>default</code> if this field is omitted. Operator-defined environment variables take precedence over end-user or buildpack-defined environment variables.</p>
0 commit comments