@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-07-28T11:52:19.911Z") @Stability(value=Deprecated) @Deprecated public class BundlingDockerImage extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
BundlingDockerImage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
BundlingDockerImage(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
protected |
BundlingDockerImage(String image)
Deprecated.
|
protected |
BundlingDockerImage(String image,
String _imageHash)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
cp(String imagePath)
Deprecated.
|
String |
cp(String imagePath,
String outputPath)
Deprecated.
|
static BundlingDockerImage |
fromAsset(String path)
Deprecated.
use DockerImage.fromBuild()
|
static BundlingDockerImage |
fromAsset(String path,
DockerBuildOptions options)
Deprecated.
use DockerImage.fromBuild()
|
static DockerImage |
fromRegistry(String image)
Deprecated.
|
String |
getImage()
Deprecated.
|
void |
run()
Deprecated.
|
void |
run(DockerRunOptions options)
Deprecated.
|
String |
toJSON()
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected BundlingDockerImage(software.amazon.jsii.JsiiObjectRef objRef)
protected BundlingDockerImage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated protected BundlingDockerImage(@NotNull String image, @Nullable String _imageHash)
image - The Docker image. This parameter is required._imageHash - @Stability(value=Deprecated) @Deprecated protected BundlingDockerImage(@NotNull String image)
image - The Docker image. This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public static BundlingDockerImage fromAsset(@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=Deprecated) @Deprecated @NotNull public static BundlingDockerImage fromAsset(@NotNull String path)
path - The path to the directory containing the Docker file. This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public static DockerImage fromRegistry(@NotNull String image)
image - the image name. This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public String cp(@NotNull String imagePath, @Nullable String outputPath)
If outputPath is omitted the destination path is a temporary directory.
imagePath - the path in the Docker image. This parameter is required.outputPath - the destination path for the copy operation.@Stability(value=Deprecated) @Deprecated @NotNull public String cp(@NotNull String imagePath)
If outputPath is omitted the destination path is a temporary directory.
imagePath - the path in the Docker image. This parameter is required.@Stability(value=Deprecated) @Deprecated public void run(@Nullable DockerRunOptions options)
options - @Stability(value=Deprecated) @Deprecated public void run()
@Stability(value=Deprecated) @Deprecated @NotNull public String toJSON()
@Stability(value=Deprecated) @Deprecated @NotNull public String getImage()
Copyright © 2021. All rights reserved.