volumes property

  1. @TagNumber(14)
List<Volume> get volumes

Global list of volumes to mount for ALL build steps

Each volume is created as an empty volume prior to starting the build process. Upon completion of the build, volumes and their contents are discarded. Global volume names and paths cannot conflict with the volumes defined a build step.

Using a global volume in a build with only one step is not valid as it is indicative of a build request with an incorrect configuration.

Implementation

@$pb.TagNumber(14)
$core.List<Volume> get volumes => $_getList(10);