| Package | Description |
|---|---|
| com.google.cloud.tools.jib.builder.steps | |
| 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 |
|---|---|
List<CachedLayer> |
StepsRunner.getCachedBaseImageLayers() |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedLayerWithMetadata
A
CachedLayer with a last modified time. |
| Modifier and Type | Method and Description |
|---|---|
CachedLayer |
CacheWriter.getCachedLayer(long layerSize,
DescriptorDigest layerDigest)
Gets the layer that was cached by writing the contents to a file in the cache.
|
CachedLayer |
CacheReader.getLayer(DescriptorDigest layerDigest) |
| Modifier and Type | Method and Description |
|---|---|
void |
Cache.addCachedLayersToMetadata(List<CachedLayer> cachedLayers)
Adds the cached layer to the cache metadata.
|
| Constructor and Description |
|---|
CachedLayerWithMetadata(CachedLayer cachedLayer,
com.google.cloud.tools.jib.cache.LayerMetadata metadata) |
| 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.