boundless-zebra-79556
08/15/2022, 9:01 PM--pull=False
to docker CLI when doing docker_image
. This will come handy when build process is multi-stage and each target can assume one stage of the building process. Seems like a straightforward change and if we are ok with the idea, I would like to take a stab at adding pull
boolean field to docker_image
rule. What do you all think?hundreds-father-404
08/15/2022, 9:03 PMhelp
message to explain the workflow you're describingboundless-zebra-79556
08/15/2022, 9:05 PMhundreds-father-404
08/15/2022, 9:06 PMbusy-vase-39202
08/15/2022, 10:36 PMboundless-zebra-79556
08/16/2022, 1:05 AM--pull
, should we expose extra_build_args
and extra_run_args
so that the users can freely specify args? like --platform
,--mount
etc?happy-kitchen-89482
08/16/2022, 3:12 AMcurved-television-6568
08/16/2022, 12:16 PMboundless-zebra-79556
08/16/2022, 12:30 PMcurved-television-6568
08/16/2022, 12:32 PMboundless-zebra-79556
08/16/2022, 12:34 PMextra_args
, extra_run_args
and extra_build_args
(or should we call package
). extra args will be applied in both run and package, and we have run and package dedicated sets on top of those?curved-television-6568
08/16/2022, 12:37 PMboundless-zebra-79556
08/16/2022, 12:41 PM