| Package | Description |
|---|---|
| com.google.cloud.tools.jib.cache | |
| com.google.cloud.tools.jib.image |
| Modifier and Type | Method and Description |
|---|---|
CachedLayerWithMetadata |
CacheWriter.writeLayer(ReproducibleLayerBuilder reproducibleLayerBuilder)
Builds an
UnwrittenLayer from a ReproducibleLayerBuilder and compresses and
writes the UnwrittenLayer's uncompressed layer content BLOB to cache. |
| Modifier and Type | Method and Description |
|---|---|
ReproducibleLayerBuilder |
ReproducibleLayerBuilder.addFiles(List<Path> sourceFiles,
String extractionPath)
Adds the
sourceFiles to be extracted on the image at extractionPath. |
Copyright © 2018. All rights reserved.