| Package | Description |
|---|---|
| com.google.cloud.tools.jib.builder | |
| com.google.cloud.tools.jib.image.json | |
| com.google.cloud.tools.jib.registry |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends BuildableManifestTemplate> |
BuildConfiguration.getTargetFormat() |
| Modifier and Type | Method and Description |
|---|---|
BuildConfiguration.Builder |
BuildConfiguration.Builder.setTargetFormat(Class<? extends BuildableManifestTemplate> targetFormat) |
| Modifier and Type | Class and Description |
|---|---|
class |
OCIManifestTemplate
JSON Template for OCI Manifest Schema
|
class |
V22ManifestTemplate
JSON Template for Docker Manifest Schema V2.2
|
| Modifier and Type | Method and Description |
|---|---|
<T extends BuildableManifestTemplate> |
ImageToJsonTranslator.getManifestTemplate(Class<T> manifestTemplateClass,
BlobDescriptor containerConfigurationBlobDescriptor)
Gets the manifest as a JSON template.
|
| Modifier and Type | Method and Description |
|---|---|
static Image |
JsonToImageTranslator.toImage(BuildableManifestTemplate manifestTemplate,
ContainerConfigurationTemplate containerConfigurationTemplate)
Translates
BuildableManifestTemplate to Image. |
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryClient.pushManifest(BuildableManifestTemplate manifestTemplate,
String imageTag)
Pushes the image manifest for a specific tag.
|
Copyright © 2018. All rights reserved.