| Package | Description |
|---|---|
| com.google.cloud.tools.jib.cache | |
| com.google.cloud.tools.jib.docker | |
| com.google.cloud.tools.jib.image | |
| com.google.cloud.tools.jib.image.json |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CachedLayer
Represents a cache entry for a layer stored in the cache.
|
| Constructor and Description |
|---|
ImageToTarballTranslator(Image<Layer> image)
Instantiate with an
Image. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static <U extends Layer> |
ImageLayers.builder() |
static <T extends Layer> |
Image.builder(Class<? extends ManifestTemplate> imageFormat) |
| 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. |
| Constructor and Description |
|---|
ImageToJsonTranslator(Image<Layer> image)
Instantiate with an
Image. |
Copyright © 2018. All rights reserved.