Back to Buildpacks

Package

content/docs/for-buildpack-authors/concepts/package.md

latest613 B
Original Source

+++ title="What is a buildpack package?" weight=99 +++

A buildpack package refers to the process of packaging buildpacks for distribution as OCI images or OCI-compatible tar files.

<!--more-->

A buildpack package typically encapsulates the scripts, required dependencies, and metadata needed to transform application source code into a fully operational application within a specific platform's runtime environment.

For more information about packaging a buildpack, see Package a buildpack or extension.