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
For those new to buildpacks, these concepts are good starting points:
78
78
79
-
***[Builder](https://buildpacks.io/docs/concepts/components/builder/)** A container image that contains buildpacks and detection order in which builds are executed.
80
-
***[Buildpack](https://buildpacks.io/docs/concepts/components/buildpack/)** An executable that "inspects your app source code and formulates a plan to build and run your application".
79
+
***[Builder](https://buildpacks.io/docs/concepts/components/for-app-developers/builder/)** A container image that contains buildpacks and detection order in which builds are executed.
80
+
***[Buildpack](https://buildpacks.io/docs/concepts/components/for-app-developers/buildpack/)** An executable that "inspects your app source code and formulates a plan to build and run your application".
81
81
***Buildpack Group** Several buildpacks which together provide support for a
82
82
specific language or framework.
83
-
***[Run Image](https://buildpacks.io/docs/concepts/components/stack/)** The container image that serves as the base for the built application.
83
+
***[Run Image](https://buildpacks.io/docs/for-app-developers/concepts/base-images/stack/)** The container image that serves as the base for the built application.
0 commit comments