| Modifier and Type | Method and Description |
|---|---|
static BundlingDockerImage |
BundlingDockerImage.fromAsset(String path)
Reference an image that's built directly from sources on disk.
|
static BundlingDockerImage |
BundlingDockerImage.fromAsset(String path,
DockerBuildOptions options)
Reference an image that's built directly from sources on disk.
|
static BundlingDockerImage |
BundlingDockerImage.fromRegistry(String image)
Reference an image on DockerHub or another online registry.
|
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,
Map<String,String> environment,
ILocalBundling local,
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.