| Package | Description |
|---|---|
| com.google.cloud.tools.jib.cache | |
| com.google.cloud.tools.jib.image | |
| com.google.cloud.tools.jib.image.json |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedLayer
A
Layer that has been written out to a cache and has its file-backed content BLOB,
digest, size, and diff ID. |
| Modifier and Type | Class and Description |
|---|---|
class |
Image<T extends Layer>
Represents an image.
|
static class |
Image.Builder<T extends Layer>
Builds the immutable
Image. |
class |
ImageLayers<T extends Layer>
Holds the layers for an image.
|
static class |
ImageLayers.Builder<T extends Layer> |
| 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. |
class |
UnwrittenLayer
A layer that has not been written out and only has the unwritten content
Blob. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Layer> |
Image.builder() |
static <U extends Layer> |
ImageLayers.builder() |
| Modifier and Type | Method and Description |
|---|---|
static Image<Layer> |
JsonToImageTranslator.toImage(BuildableManifestTemplate manifestTemplate,
ContainerConfigurationTemplate containerConfigurationTemplate)
Translates
BuildableManifestTemplate to Image. |
static Image<Layer> |
JsonToImageTranslator.toImage(V21ManifestTemplate manifestTemplate)
Translates
V21ManifestTemplate to Image. |
Copyright © 2018. All rights reserved.