| 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)
Sets the target format of the container image.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends BuildableManifestTemplate> |
ImageFormat.getManifestTemplateClass() |
| 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<Layer> |
JsonToImageTranslator.toImage(BuildableManifestTemplate manifestTemplate,
ContainerConfigurationTemplate containerConfigurationTemplate)
Translates
BuildableManifestTemplate to Image. |
| Modifier and Type | Method and Description |
|---|---|
DescriptorDigest |
RegistryClient.pushManifest(BuildableManifestTemplate manifestTemplate,
String imageTag)
Pushes the image manifest for a specific tag.
|
Copyright © 2019. All rights reserved.