| Package | Description |
|---|---|
| com.google.cloud.tools.jib.image.json | |
| com.google.cloud.tools.jib.registry |
| 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 |
V22ManifestTemplate
JSON Template for Docker Manifest Schema V2.2
|
| 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 © 2018. All rights reserved.