| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
AssetImage.Builder |
AssetImage.Builder.buildArgs(Map<String,String> buildArgs)
Build args to pass to the `docker build` command.
|
static AssetImage.Builder |
AssetImage.Builder.create(String directory) |
AssetImage.Builder |
AssetImage.Builder.exclude(List<String> exclude)
File paths matching the patterns will be excluded.
|
AssetImage.Builder |
AssetImage.Builder.extraHash(String extraHash)
Extra information to encode into the fingerprint (e.g.
|
AssetImage.Builder |
AssetImage.Builder.file(String file)
Path to the Dockerfile (relative to the directory).
|
AssetImage.Builder |
AssetImage.Builder.followSymlinks(SymlinkFollowMode followSymlinks)
A strategy for how to handle symlinks.
|
AssetImage.Builder |
AssetImage.Builder.ignoreMode(IgnoreMode ignoreMode)
The ignore behavior to use for `exclude` patterns.
|
AssetImage.Builder |
AssetImage.Builder.invalidation(DockerImageAssetInvalidationOptions invalidation)
Options to control which parameters are used to invalidate the asset hash.
|
AssetImage.Builder |
AssetImage.Builder.networkMode(NetworkMode networkMode)
Networking mode for the RUN commands during build.
|
AssetImage.Builder |
AssetImage.Builder.platform(Platform platform)
Platform to build for.
|
AssetImage.Builder |
AssetImage.Builder.target(String target)
Docker target to build to.
|
Copyright © 2022. All rights reserved.