dazzling-petabyte-91122
05/09/2022, 3:37 PMhappy-kitchen-89482
05/09/2022, 7:25 PMcurved-television-6568
05/09/2022, 8:42 PMdazzling-petabyte-91122
05/09/2022, 9:36 PMhappy-kitchen-89482
05/09/2022, 9:42 PMdazzling-petabyte-91122
05/09/2022, 9:44 PMdazzling-petabyte-91122
05/09/2022, 9:44 PMquick-apartment-97325
05/09/2022, 11:27 PMlist or peek goals - was hoping it would be possible to get quickly without running a full build on the repo
The idea is that we could upload artifacts using the deterministic hash. Then for deployment of the repo, we could simply list all of the hashes out and know which artifacts to run
In the case of docker_image targets there is a pants.hash variable exposed in the build context, but I do believe that is specefic to the docker_image target. We were able to write a plugin to list that variable out so I think we're good
But it could be nice to have a deterministic hash for all targets if someone was not using docker for example