| Modifier and Type | Method and Description |
|---|---|
static DockerImage |
DockerImage.fromBuild(String path)
Builds a Docker image.
|
static DockerImage |
DockerImage.fromBuild(String path,
DockerBuildOptions options)
Builds a Docker image.
|
static DockerImage |
BundlingDockerImage.fromRegistry(String image)
Deprecated.
|
static DockerImage |
DockerImage.fromRegistry(String image)
Reference an image on DockerHub or another online registry.
|
DockerImage |
BundlingOptions.getImage()
The Docker image where the command will run.
|
DockerImage |
BundlingOptions.Jsii$Proxy.getImage() |
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions.Builder |
BundlingOptions.Builder.image(DockerImage image)
Sets the value of
BundlingOptions.getImage() |
| Constructor and Description |
|---|
Jsii$Proxy(DockerImage image,
List<String> command,
List<String> entrypoint,
Map<String,String> environment,
ILocalBundling local,
BundlingOutput outputType,
String securityOpt,
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.