| 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() |
Copyright © 2020. All rights reserved.