类的使用
cn.taketoday.buildpack.platform.docker.type.ImageArchiveManifest
使用ImageArchiveManifest的程序包
程序包
说明
A limited Docker API providing the operations needed by pack.
Docker types.
-
cn.taketoday.buildpack.platform.docker中ImageArchiveManifest的使用
修饰符和类型方法说明private ImageArchiveManifestDockerApi.ImageApi.getManifest(ImageReference reference, Path exportFile) private ImageArchiveManifestDockerApi.ImageApi.readManifest(org.apache.commons.compress.archivers.tar.TarArchiveInputStream tar) 修饰符和类型方法说明private booleanDockerApi.ImageApi.manifestContainsLayerEntry(ImageArchiveManifest manifest, String layerId) -
cn.taketoday.buildpack.platform.docker.type中ImageArchiveManifest的使用
修饰符和类型方法说明static ImageArchiveManifestImageArchiveManifest.of(InputStream content) Create anImageArchiveManifestfrom the provided JSON input stream.