@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-06T02:52:38.426Z") @Stability(value=Stable) public class DockerImage extends BundlingDockerImage
| Modifier | Constructor and Description |
|---|---|
protected |
DockerImage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
DockerImage(software.amazon.jsii.JsiiObjectRef objRef) |
protected |
DockerImage(String image)
Deprecated.
|
protected |
DockerImage(String image,
String _imageHash)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static BundlingDockerImage |
fromBuild(String path)
Builds a Docker image.
|
static BundlingDockerImage |
fromBuild(String path,
DockerBuildOptions options)
Builds a Docker image.
|
cp, cp, fromAsset, fromAsset, fromRegistry, getImage, run, run, toJSONjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected DockerImage(software.amazon.jsii.JsiiObjectRef objRef)
protected DockerImage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated protected DockerImage(@NotNull String image, @Nullable String _imageHash)
image - The Docker image. This parameter is required._imageHash - @Stability(value=Deprecated) @Deprecated protected DockerImage(@NotNull String image)
image - The Docker image. This parameter is required.@Stability(value=Stable) @NotNull public static BundlingDockerImage fromBuild(@NotNull String path, @Nullable DockerBuildOptions options)
path - The path to the directory containing the Docker file. This parameter is required.options - Docker build options.@Stability(value=Stable) @NotNull public static BundlingDockerImage fromBuild(@NotNull String path)
path - The path to the directory containing the Docker file. This parameter is required.Copyright © 2021. All rights reserved.