brash-baker-91190
05/19/2022, 10:34 PM./pants package ::
, is there a way to not have it try to build the images?fast-nail-55400
05/19/2022, 10:35 PM./pants lint ::
brash-baker-91190
05/19/2022, 10:36 PMfast-nail-55400
05/19/2022, 10:36 PMskip_push
fieldskip_package
or no_default_package
::
but required specifying their exact address to process them../pants package path/to/target:some_docker_image
would build it but ./pants package ::
would skip itbrash-baker-91190
05/19/2022, 11:12 PMfast-nail-55400
05/19/2022, 11:34 PMhappy-kitchen-89482
05/20/2022, 3:58 PMpython_sources
, and then a separate packageable target such as pex_binary
or python_distribution
points to the python_sources it consumes.