This specification defines the artifact format, delivery mechanism, and order resolution process for buildpacks.
A buildpack must contain a buildpack.toml
file in its root directory.
A buildpackage is a distributable artifact that contains a buildpack. Its format may be either:
.cnb
containing an OCI image.You can read the complete Distribution specification on Github.