Skip to content

Helper image container should always use native platform

Arran Walker requested to merge ajwalker/helper-container-platform-native into main

What does this MR do?

Ensures the helper image always uses the native platform.

Why was this MR needed?

We pull the image with the native platform (unless imported). We need to ensure we always run it with the native platform too.

Service and main job containers can continue to optionally specify the platform.

This is needed because platform needs to always be optional as it is unsupported by older docker daemons.

What's the best way to test this MR?

What are the relevant issue numbers?

Merge request reports