| Package | Description |
|---|---|
| com.google.cloud.tools.jib.cache | |
| com.google.cloud.tools.jib.docker | |
| com.google.cloud.tools.jib.image.json |
| Modifier and Type | Method and Description |
|---|---|
CachedLayer |
CacheWriter.getCachedLayer(DescriptorDigest layerDigest,
com.google.common.io.CountingOutputStream countingOutputStream) |
CachedLayer |
CacheReader.getLayer(DescriptorDigest layerDigest) |
CachedLayer |
CacheReader.getUpToDateLayerBySourceFiles(com.google.common.collect.ImmutableList<Path> sourceFiles)
Gets an up-to-date layer that is built from the
sourceFiles. |
CachedLayer |
CacheWriter.writeLayer(ReproducibleLayerBuilder reproducibleLayerBuilder)
Builds an
UnwrittenLayer from a ReproducibleLayerBuilder and compresses and
writes the UnwrittenLayer's uncompressed layer content BLOB to cache. |
| Constructor and Description |
|---|
ImageToTarballTranslator(Image<CachedLayer> image)
Instantiate with an
Image. |
| Constructor and Description |
|---|
ImageToJsonTranslator(Image<CachedLayer> image)
Instantiate with an
Image. |
Copyright © 2018. All rights reserved.