| Modifier and Type | Class and Description |
|---|---|
class |
DockerImage
A Docker image.
|
| Modifier and Type | Method and Description |
|---|---|
static BundlingDockerImage |
BundlingDockerImage.fromAsset(String path)
Deprecated.
use DockerImage.fromBuild()
|
static BundlingDockerImage |
BundlingDockerImage.fromAsset(String path,
DockerBuildOptions options)
Deprecated.
use DockerImage.fromBuild()
|
static BundlingDockerImage |
DockerImage.fromBuild(String path)
Builds a Docker image.
|
static BundlingDockerImage |
DockerImage.fromBuild(String path,
DockerBuildOptions options)
Builds a Docker image.
|
static BundlingDockerImage |
BundlingDockerImage.fromRegistry(String image)
Deprecated.
|
BundlingDockerImage |
BundlingOptions.getImage()
(experimental) The Docker image where the command will run.
|
BundlingDockerImage |
BundlingOptions.Jsii$Proxy.getImage() |
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions.Builder |
BundlingOptions.Builder.image(BundlingDockerImage image)
Sets the value of
BundlingOptions.getImage() |
| Constructor and Description |
|---|
Jsii$Proxy(BundlingDockerImage image,
List<String> command,
List<String> entrypoint,
Map<String,String> environment,
ILocalBundling local,
BundlingOutput outputType,
String user,
List<? extends DockerVolume> volumes,
String workingDirectory)
Constructor that initializes the object based on literal property values passed by the
BundlingOptions.Builder. |
Copyright © 2021. All rights reserved.