Is there a way using the pants cli to see a docker...
# general
c
Is there a way using the pants cli to see a docker_image target's registry.repo:tag ?
c
unfortunately that is calculated first when actually building the image, so
./pants peek
for instance would not show the full picture here.
but if you’d like that information post-build, there’s a new info file that is going to be written to your
./dist
folder in pants 2.16.0: https://github.com/pantsbuild/pants/pull/17299
c
Awesome, thanks for the feedback. I'll definitely make use of that info file once we upgrade to 2.16
👍 1