testcontainers-go icon indicating copy to clipboard operation
testcontainers-go copied to clipboard

feat: allow saving specific platforms for an image

Open LaurentGoderre opened this issue 4 months ago • 2 comments

What does this PR do?

This introduces a way to pass image save options (like platform) to the image client. This allows saving a specific architecture for an image.

Why is it important?

With OCI multi-arch images, it is sometimes needed to save image for a different architecture than the current one. This changes allows to control the behavior instead of defaulting to the current platform.

LaurentGoderre avatar Jun 26 '25 18:06 LaurentGoderre