public class JsonToImageTranslator extends Object
| Modifier and Type | Method and Description |
|---|---|
static Image<Layer> |
toImage(BuildableManifestTemplate manifestTemplate,
ContainerConfigurationTemplate containerConfigurationTemplate)
Translates
BuildableManifestTemplate to Image. |
static Image<Layer> |
toImage(V21ManifestTemplate manifestTemplate)
Translates
V21ManifestTemplate to Image. |
public static Image<Layer> toImage(V21ManifestTemplate manifestTemplate) throws LayerPropertyNotFoundException
V21ManifestTemplate to Image.LayerPropertyNotFoundExceptionpublic static Image<Layer> toImage(BuildableManifestTemplate manifestTemplate, ContainerConfigurationTemplate containerConfigurationTemplate) throws LayerCountMismatchException, LayerPropertyNotFoundException
BuildableManifestTemplate to Image. Uses the corresponding ContainerConfigurationTemplate to get the layer diff IDs.Copyright © 2018. All rights reserved.