You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds support for `image.docker.platform` per GitLab CI spec (introduced
in GitLab 18.0). The platform string is forwarded to both:
- `docker pull --platform <platform>` to fetch the requested manifest
- `docker run --platform <platform>` so the container runs against
that platform even if a multi-arch image was already cached locally
Mirrors the existing `image.docker.user` plumbing.
Refs https://docs.gitlab.com/ci/yaml/#imagedockerplatform — supersedes
the abandoned attempt in #1595 (closed for missing tests + style).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments