Convert image to distroless
What does this MR do?
This MR converts the KICS fips image to use ubi9-micro
. The process of the conversion is described in gitlab-org/cloud-native/distroless/ubi#35 (comment 1881180683)
The MR also installs curl-minimal
onto the fips image. This is so that the test-custom-ca-bundle fips job runs without error.
Note: The custom-ca project cannot install curl because the fips image runs as gitlab
and does not have permission to install packages.
What are the relevant issue numbers?
Does this MR meet the acceptance criteria?
-
Changelog entry added -
Documentation created/updated for GitLab EE, if necessary -
Documentation created/updated for this project, if necessary -
Documentation reviewed by technical writer or follow-up review issue created -
Tests updated/added for this feature/bug -
Job definition updated, if necessary -
Conforms to the code review guidelines -
Conforms to the Go guidelines -
Security reports checked/validated by reviewer
Edited by Craig Smith