| Modifier and Type | Class and Description |
|---|---|
static class |
Image.Builder<T extends Layer>
Builds the immutable
Image. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Layer> |
builder() |
Instant |
getCreated() |
com.google.common.collect.ImmutableList<String> |
getEntrypoint() |
com.google.common.collect.ImmutableMap<String,String> |
getEnvironment() |
com.google.common.collect.ImmutableList<Port> |
getExposedPorts() |
com.google.common.collect.ImmutableList<HistoryEntry> |
getHistory() |
com.google.common.collect.ImmutableMap<String,String> |
getLabels() |
com.google.common.collect.ImmutableList<T> |
getLayers() |
com.google.common.collect.ImmutableList<String> |
getProgramArguments() |
String |
getUser() |
String |
getWorkingDirectory() |
public static <T extends Layer> Image.Builder<T> builder()
@Nullable public com.google.common.collect.ImmutableMap<String,String> getEnvironment()
@Nullable public com.google.common.collect.ImmutableList<String> getProgramArguments()
public com.google.common.collect.ImmutableList<T> getLayers()
public com.google.common.collect.ImmutableList<HistoryEntry> getHistory()
Copyright © 2018. All rights reserved.