类 TarGzipBuildpack

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

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