| Package | Description |
|---|---|
| com.google.cloud.tools.jib.cache | |
| com.google.cloud.tools.jib.image |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedLayer
Default implementation of
CachedLayer. |
| Modifier and Type | Class and Description |
|---|---|
class |
DigestOnlyLayer
A
Layer reference that only has its DescriptorDigest. |
class |
ReferenceLayer
A
Layer reference that does not have the underlying content. |
class |
ReferenceNoDiffIdLayer
A
Layer reference that does not have the underlying content. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Layer> |
Image.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
Image.Builder |
Image.Builder.addLayer(Layer layer)
Adds a layer to the image.
|
Copyright © 2019. All rights reserved.