Migrate scratch image to ubi8-micro
What does this MR do and why?
Unfortunately, for our images to run on a gitlab-runner instance, we must use
an image that has both sh
and grep
installed. We should still make it run
in a FIPS compatible way by default, so it uses the ubi8-micro
image by default.
Related issues
See Runner support for scratch container images (gitlab-org/gitlab#489469) the story of how we discovered this requirement.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Run the image using
Edited by Oscar Tovar