AWS Lambda Construct Library
-
Unique identifier of the docker image asset and its potential revisions.
Build args to pass to the docker build
command.
SSH agent socket or keys to pass to the docker build
command.
Disable the cache and pass --no-cache
to the docker build
command.
Cache from options to pass to the docker build
command.
Cache to options to pass to the docker build
command.
Specify or override the CMD on the specified Docker image or Dockerfile.
Specify or override the ENTRYPOINT on the specified Docker image or Dockerfile.
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).
A strategy for how to handle symlinks.
The ignore behavior to use for exclude
patterns.
Options to control which parameters are used to invalidate the asset hash.
Networking mode for the RUN commands during build.
Outputs to pass to the docker build
command.
Docker target to build to.
Specify or override the WORKDIR on the specified Docker image or Dockerfile.