Bump base images to allow native clone to work
What does this MR do?
Bump base images to allow native clone to work
See: gitlab-org/ci-cd/runner-tools/base-images!41 (merged)
Why was this MR needed?
A mechanism implemented in the MR to enable native clone relies on natural version sort. By default the alpine images' sort does not support that. Thus we need to install coreutils in our alpine images, which brings a version of sort which supports that. This is implemented in this MR and led to v0.0.16 of base-images which is brought in here.
What's the best way to test this MR?
- use the docker executor with the alpine helper image
- run a job with
-
FF_USE_GIT_NATIVE_CLONE: on -
GIT_STRATEGY: clone
-
- see that the repo can be pulled in
What are the relevant issue numbers?
Edited by Hannes Hörl