Skip to main content

IImageDockerOptions

Options passed to the Docker engine while building the image.

Index

Properties

optionalbuildArgs

buildArgs?: {}

Build arguments, same as --build-arg option.


Type declaration

  • [key string]: string

dockerfilePath

dockerfilePath: string

Absolute path of the Dockerfile.

optionalquiet

quiet?: boolean

To suppress Docker output, same as --quiet option.