Optional argsAn optional map of named build-time argument variables to set during the Docker build. This flag allows you to pass built-time variables that can be accessed like environment variables inside the RUN instruction.
Optional builderThe version of the Docker builder.
Optional cacheImages to consider as cache sources
Optional contextPath to a directory to use for the Docker build context, usually the directory in which the Dockerfile resides (although dockerfile may be used to choose a custom location independent of this choice). If not specified, the context defaults to the current working directory; if a relative path is used, it is relative to the current working directory that Pulumi is evaluating.
Optional dockerfiledockerfile may be used to override the default Dockerfile name and/or location. By default, it is assumed to be a file named Dockerfile in the root of the build context.
Optional platformThe architecture of the platform you want to build this image for, e.g. linux/arm64.
Url of the repository
Optional targetThe target of the dockerfile to build
Generated using TypeDoc
The set of arguments for constructing a Image resource.