fresh-mechanic-68429
02/09/2024, 9:28 PMdocker.docker-info.json that is produced. Its missing the image_id that used to be included, is that expected?
https://www.pantsbuild.org/2.19/docs/docker/tagging-docker-images#retrieving-the-tags-of-an-packaged-image
{
"version": 1,
"image_id": "<unknown>",
"registries": [
{
"alias": null,
"address": "[redacted]",
"repository": "my_app",
"tags": [
{
"template": "latest",
"tag": "latest",
"uses_local_alias": false,
"name": "[redacted]/my_app:latest"
}
]
}
]
}fresh-mechanic-68429
02/09/2024, 9:29 PMbroad-processor-92400
02/10/2024, 12:15 AMfresh-mechanic-68429
02/10/2024, 4:14 PMfresh-mechanic-68429
03/18/2024, 4:31 PMbroad-processor-92400
03/19/2024, 1:56 AM[docker].use_buildx option, so we could do a double solution:
• if buildx is enabled, use --iidfile
• if not, keep augmenting the regexesfresh-mechanic-68429
03/20/2024, 2:00 AM--iidfile would be 100% reliable though. Combinations like buildx but not containerd-snapshotter would likely run into issues
https://github.com/docker/buildx/issues/1712broad-processor-92400
03/20/2024, 10:11 PM