public class Image extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Image.Builder
Builds the immutable
Image. |
| Modifier and Type | Method and Description |
|---|---|
static Image.Builder |
builder(Class<? extends ManifestTemplate> imageFormat) |
String |
getArchitecture() |
Instant |
getCreated() |
com.google.common.collect.ImmutableList<String> |
getEntrypoint() |
com.google.common.collect.ImmutableMap<String,String> |
getEnvironment() |
com.google.common.collect.ImmutableSet<Port> |
getExposedPorts() |
DockerHealthCheck |
getHealthCheck() |
com.google.common.collect.ImmutableList<HistoryEntry> |
getHistory() |
Class<? extends ManifestTemplate> |
getImageFormat() |
com.google.common.collect.ImmutableMap<String,String> |
getLabels() |
com.google.common.collect.ImmutableList<Layer> |
getLayers() |
String |
getOs() |
com.google.common.collect.ImmutableList<String> |
getProgramArguments() |
String |
getUser() |
com.google.common.collect.ImmutableSet<AbsoluteUnixPath> |
getVolumes() |
String |
getWorkingDirectory() |
public static Image.Builder builder(Class<? extends ManifestTemplate> imageFormat)
public Class<? extends ManifestTemplate> getImageFormat()
public String getArchitecture()
public String getOs()
@Nullable public com.google.common.collect.ImmutableMap<String,String> getEnvironment()
@Nullable public com.google.common.collect.ImmutableList<String> getProgramArguments()
@Nullable public DockerHealthCheck getHealthCheck()
@Nullable public com.google.common.collect.ImmutableSet<AbsoluteUnixPath> getVolumes()
public com.google.common.collect.ImmutableList<Layer> getLayers()
public com.google.common.collect.ImmutableList<HistoryEntry> getHistory()
Copyright © 2019. All rights reserved.