| Package | Description |
|---|---|
| com.google.cloud.tools.jib.configuration |
| Modifier and Type | Method and Description |
|---|---|
static CacheConfiguration |
CacheConfiguration.forDefaultUserLevelCacheDirectory()
The cache is at the default user-level cache directory.
|
static CacheConfiguration |
CacheConfiguration.forPath(Path cacheDirectory)
The cache is at an arbitrary path.
|
CacheConfiguration |
BuildConfiguration.getApplicationLayersCacheConfiguration()
Gets the location of the cache for storing application layers.
|
CacheConfiguration |
BuildConfiguration.getBaseImageLayersCacheConfiguration()
Gets the location of the cache for storing base image layers.
|
static CacheConfiguration |
CacheConfiguration.makeTemporary()
The cache is a temporary directory that is deleted afterwards.
|
| Modifier and Type | Method and Description |
|---|---|
BuildConfiguration.Builder |
BuildConfiguration.Builder.setApplicationLayersCacheConfiguration(CacheConfiguration applicationLayersCacheConfiguration)
Sets the location of the cache for storing application layers.
|
BuildConfiguration.Builder |
BuildConfiguration.Builder.setBaseImageLayersCacheConfiguration(CacheConfiguration baseImageLayersCacheConfiguration)
Sets the location of the cache for storing base image layers.
|
Copyright © 2018. All rights reserved.