billions-printer-97253
06/21/2023, 7:38 PMgorgeous-winter-99296
06/21/2023, 7:57 PMPANTS_CONCURRENT=true
) to do the following:
• pants --changed-since [...] list
to retrieve a list of changed images, if any
• pants publish
those with --publish-output=artifacts.json
• Parse artifacts.json to figure out which things were published for what target
• Publish those details to the system that need it
I unfortunately don't know what pants built-in Docker backend puts in artifacts.json or if it's useful for this, though. We use another plugin for that.gorgeous-winter-99296
06/21/2023, 7:58 PMcurved-television-6568
06/21/2023, 8:03 PM--publish-output
option, in there you’ll have details of all the images that was processed so you can register the details for the images as appropriate in your CI/CD systems.billions-printer-97253
06/21/2023, 8:04 PM--publish-output
flag. It seems promising. Thank you @gorgeous-winter-99296 and @curved-television-6568billions-printer-97253
06/21/2023, 8:13 PMgorgeous-winter-99296
06/21/2023, 8:31 PM