| Package | Description |
|---|---|
| com.google.cloud.tools.jib.cache | |
| com.google.cloud.tools.jib.image.json |
| Modifier and Type | Method and Description |
|---|---|
void |
Cache.writeMetadata(ImageReference imageReference,
BuildableManifestTemplate manifestTemplate,
ContainerConfigurationTemplate containerConfigurationTemplate)
Saves a manifest and container configuration for a V2.2 or OCI image.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ContainerConfigurationTemplate> |
ManifestAndConfig.getConfig()
Gets the container configuration.
|
Optional<ContainerConfigurationTemplate> |
V21ManifestTemplate.getContainerConfiguration()
Attempts to parse the container configuration JSON (of format
application/vnd.docker.container.image.v1+json) from the v1Compatibility value of the
first history entry, which corresponds to the latest layer. |
| Modifier and Type | Method and Description |
|---|---|
static Image |
JsonToImageTranslator.toImage(BuildableManifestTemplate manifestTemplate,
ContainerConfigurationTemplate containerConfigurationTemplate)
Translates
BuildableManifestTemplate to Image. |
| Constructor and Description |
|---|
ManifestAndConfig(ManifestTemplate manifest,
ContainerConfigurationTemplate config) |
Copyright © 2019. All rights reserved.