@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:57.345Z") @Stability(value=Experimental) public interface DockerImageSource extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DockerImageSource.Builder
A builder for
DockerImageSource |
static class |
DockerImageSource.Jsii$Proxy
An implementation for
DockerImageSource |
| Modifier and Type | Method and Description |
|---|---|
static DockerImageSource.Builder |
builder() |
String |
getDirectory()
(experimental) The directory containing the Docker image build instructions.
|
default Map<String,String> |
getDockerBuildArgs()
(experimental) Additional build arguments.
|
default String |
getDockerBuildTarget()
(experimental) Target build stage in a Dockerfile with multiple build stages.
|
default String |
getDockerFile()
(experimental) The name of the file with build instructions.
|
@Stability(value=Experimental) @NotNull String getDirectory()
This path is relative to the asset manifest location.
@Stability(value=Experimental) @Nullable default Map<String,String> getDockerBuildArgs()
Default: - No additional build arguments
@Stability(value=Experimental) @Nullable default String getDockerBuildTarget()
Default: - The last stage in the Dockerfile
@Stability(value=Experimental) @Nullable default String getDockerFile()
Default: "Dockerfile"
@Stability(value=Experimental) static DockerImageSource.Builder builder()
DockerImageSource.Builder of DockerImageSourceCopyright © 2020. All rights reserved.