bland-cricket-38384
08/21/2024, 5:43 PMmanifest list
what should be matched on for docker image ids with container-d-snappshotting?
I've noticed when building images with containerd-snapshotter and buildx that the image id is pulled from manifest list
and changes everytime. Should the regex match for getting image_ids be on manifest
instead? I'm not super familiar with these items so I could be doing something totally wrong.
I noticed this when trying to track down why my caches were always missing with docker images.
This could be an issue with newer versions of buildx as I'm still trying to figure out how to swap between versions.
Code area I think: https://github.com/pantsbuild/pants/blob/680e6d29c954e691dde5ee5fbb9656e340b59552/src/python/pants/backend/docker/goals/package_image.py#L528bland-cricket-38384
08/21/2024, 6:45 PMbland-cricket-38384
08/21/2024, 6:54 PMbland-cricket-38384
08/21/2024, 7:07 PMbland-cricket-38384
08/21/2024, 7:59 PMattest
build args. This seems to have fixed it. I still think something needs to be done in pants as the caching not working with containerd stuff is probably not intended.nutritious-hair-72580
08/21/2024, 11:21 PMpants package
even if nothing changes, because Pants doesn't track the output (built images).bland-cricket-38384
08/21/2024, 11:24 PMstale-waitress-56895
08/14/2025, 12:20 PM