adorable-psychiatrist-59834
06/02/2025, 5:54 PMpants peek --docker-build-args="X=A"
populate the build args of peek output? it doesn't, for now and i could see arguments for either behavior
pants --changed-since=dev~1 peek --docker-build-args=REPO=x --filter-target-type=docker_image | jq '.[].repository'
"{build_args.REPO}/x/y"
adorable-psychiatrist-59834
06/02/2025, 5:59 PMpants --changed-since=dev~1 --docker-build-args=REPO=x --filter-target-type=docker_image package ::
and then in CI/CD i can assume dist/ will have the list of docker images built?wide-midnight-78598
06/02/2025, 9:21 PMadorable-psychiatrist-59834
06/02/2025, 9:25 PMpants package
2. Look in dist/ for docker-info.json files and run grype against image defined as a .json file.
3. If passed, pants publish
adorable-psychiatrist-59834
06/02/2025, 9:26 PMwide-midnight-78598
06/02/2025, 9:29 PMwide-midnight-78598
06/02/2025, 9:29 PMpants peek --resolve
would be an interesting idea, but I don't know how far down the rabbithole that goesadorable-psychiatrist-59834
06/02/2025, 9:29 PMwide-midnight-78598
06/02/2025, 9:31 PM