@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-01T11:09:03.099Z") @Stability(value=Stable) 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() |
default String |
getDirectory()
The directory containing the Docker image build instructions.
|
default Map<String,String> |
getDockerBuildArgs()
Additional build arguments.
|
default String |
getDockerBuildTarget()
Target build stage in a Dockerfile with multiple build stages.
|
default String |
getDockerFile()
The name of the file with build instructions.
|
default List<String> |
getExecutable()
A command-line executable that returns the name of a local Docker image on stdout after being run.
|
@Stability(value=Stable) @Nullable default String getDirectory()
This path is relative to the asset manifest location.
Default: - Exactly one of `directory` and `executable` is required
@Stability(value=Stable) @Nullable default Map<String,String> getDockerBuildArgs()
Only allowed when directory is set.
Default: - No additional build arguments
@Stability(value=Stable) @Nullable default String getDockerBuildTarget()
Only allowed when directory is set.
Default: - The last stage in the Dockerfile
@Stability(value=Stable) @Nullable default String getDockerFile()
Only allowed when directory is set.
Default: "Dockerfile"
@Stability(value=Stable) @Nullable default List<String> getExecutable()
Default: - Exactly one of `directory` and `executable` is required
@Stability(value=Stable) static DockerImageSource.Builder builder()
DockerImageSource.Builder of DockerImageSourceCopyright © 2021. All rights reserved.