Uses of Class
software.amazon.awscdk.services.ecr.assets.DockerImageAsset.Builder
Packages that use DockerImageAsset.Builder
-
Uses of DockerImageAsset.Builder in software.amazon.awscdk.services.ecr.assets
Methods in software.amazon.awscdk.services.ecr.assets that return DockerImageAsset.BuilderModifier and TypeMethodDescriptionUnique identifier of the docker image asset and its potential revisions.Build args to pass to thedocker buildcommand.DockerImageAsset.Builder.buildSecrets(Map<String, String> buildSecrets) Build secrets.SSH agent socket or keys to pass to thedocker buildcommand.DockerImageAsset.Builder.cacheDisabled(Boolean cacheDisabled) Disable the cache and pass--no-cacheto thedocker buildcommand.DockerImageAsset.Builder.cacheFrom(List<? extends DockerCacheOption> cacheFrom) Cache from options to pass to thedocker buildcommand.DockerImageAsset.Builder.cacheTo(DockerCacheOption cacheTo) Cache to options to pass to thedocker buildcommand.static DockerImageAsset.BuilderThe directory where the Dockerfile is stored.DockerImageAsset.Builder.displayName(String displayName) A display name for this asset.File paths matching the patterns will be excluded.Extra information to encode into the fingerprint (e.g.Path to the Dockerfile (relative to the directory).DockerImageAsset.Builder.followSymlinks(SymlinkFollowMode followSymlinks) A strategy for how to handle symlinks.DockerImageAsset.Builder.ignoreMode(IgnoreMode ignoreMode) The ignore behavior to use forexcludepatterns.DockerImageAsset.Builder.invalidation(DockerImageAssetInvalidationOptions invalidation) Options to control which parameters are used to invalidate the asset hash.DockerImageAsset.Builder.networkMode(NetworkMode networkMode) Networking mode for the RUN commands during build.Outputs to pass to thedocker buildcommand.Platform to build for.Docker target to build to.