buildArgs property

Map<String, String> buildArgs
final

Optional. Build arguments to be used. They will be passed through --build-arg flags.

Implementation

final Map<String, String> buildArgs;