Should I expect <docker image tags added by a plug...
# general
g
Should I expect docker image tags added by a plugin to be shown when using pants peek?
c
I customize the tags a bunch with macros and see:
Copy code
"image_tags": [
      "localdev-base_python_deployable_311-chris-f780815efe3d5c7d1410157aa907f8f5d12423b9",
      "localdev-base_python_deployable_311-chris-f780815efe3",
      "localdev-base_python_deployable_311",
      "localdev-base_python_deployable_311-chris"
    ],
so my initial expectation is the same for plugins
g
Yeah, macros work and for some reason plugins are being ignored or I'm doing something wrong.
but the plugins do in fact work when I build the container image.