类 DirectoryBuildpack

java.lang.Object
cn.taketoday.buildpack.platform.build.DirectoryBuildpack
所有已实现的接口:
Buildpack

final class DirectoryBuildpack extends Object implements Buildpack
A Buildpack that references a buildpack in a directory on the local file system. The file system must contain a buildpack descriptor named buildpack.toml in the root of the directory. The contents of the directory tree will be provided as a single layer to be included in the builder image.
从以下版本开始:
4.0
作者:
Scott Frederick, Harry Yang