| Package | Description |
|---|---|
| com.google.cloud.tools.jib.image | |
| com.google.cloud.tools.jib.image.json | |
| com.google.cloud.tools.jib.registry |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ManifestTemplate> |
Image.getImageFormat() |
| Modifier and Type | Method and Description |
|---|---|
static Image.Builder |
Image.builder(Class<? extends ManifestTemplate> imageFormat) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BuildableManifestTemplate
Parent class for image manifest JSON templates that can be built.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OCIManifestTemplate
JSON Template for OCI Manifest Schema
|
class |
V21ManifestTemplate
JSON template for Docker Manifest Schema V2.1
|
class |
V22ManifestListTemplate
JSON Template for Docker Manifest List Schema V2.2
|
class |
V22ManifestTemplate
JSON Template for Docker Manifest Schema V2.2
|
| Modifier and Type | Method and Description |
|---|---|
ManifestTemplate |
ManifestAndConfig.getManifest()
Gets the manifest.
|
| Constructor and Description |
|---|
ManifestAndConfig(ManifestTemplate manifest,
ContainerConfigurationTemplate config) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ManifestTemplate> |
RegistryClient.pullManifest(String imageTag,
Class<T> manifestTemplateClass)
Pulls the image manifest for a specific tag.
|
| Modifier and Type | Method and Description |
|---|---|
ManifestTemplate |
RegistryClient.pullManifest(String imageTag) |
Copyright © 2019. All rights reserved.