Bump base-images to 0.0.45
What does this MR do?
Bumps RUNNER_IMAGES_VERSION from 0.0.43 to 0.0.45.
Why?
base-images 0.0.45 carries two changes on top of 0.0.43:
-
Per-arch git in the
concreterunner-helper (base-images v0.0.44, !132 (merged)). Theconcretehelper previously shipped an amd64 git binary on every architecture, so ARM64 jobs failed during source fetch with:fork/exec /opt/gitlab-runner/git/bin/git: exec format errorIt now bundles a per-architecture git binary.
-
concretebuilt for all 6 common platforms (base-images v0.0.45, !133 (merged) + !134 (merged)). The concrete helper build was parallelized per-architecture and extended to coveramd64,arm,arm64,s390x,ppc64le, andriscv64(the latter two arches needed per-arch OpenSSL targets in the from-source git build).
Related
- base-images MRs: gitlab-org/ci-cd/runner-tools/base-images!132 (merged), !133 (merged), !134 (merged)
- base-images releases: v0.0.44, v0.0.45