I figured out my question above and I thought I’d ...
# general
l
I figured out my question above and I thought I’d share in case anyone else has the same question. The
column.id
column can be either container id or image id depending on which query was executed. So when the data is in a DB and you are just searching ids it can be confusing. The ids with
:
in them are container ids and the others are images. The same labels in different searches with different definitions is confusing but if you look carefully at the schema it makes sense. The reader of the DB needs to understand which query was run to understand the data in this case.