Draft: Build QA image
What does this MR do?
Add a CI job that builds a QA image on top of temporary image, using a specific Dockerfile. This job belongs to the test
stage; it cannot be part of the build-image
test where the temporary image is built.
The QA image contains the dependencies needed to test the scanning job without any external job.
The CI job that builds the QA image also shows links to test the image using the OpenShift test environment.
What are the relevant issue numbers?
gitlab-org/gitlab#290240 (closed)
Does this MR meet the acceptance criteria?
- [NA] 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 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 Fabien Catteau