NGINX: Implement CI for UBI container generation
Summary
As part of #3374 (closed), we need to implement the UBI based container generation as a supplemental CI item within our fork of ingress-nginx, located at https://gitlab.com/gitlab-org/cloud-native/charts/gitlab-ingress-nginx
Acceptance
-
.gitlab-ci.ymlis added to our fork, applied to default branch, and those which we will consume (must align) -
Image path is clearly defined - Consider separate path for unofficial releases such as
/staging/to separate artifacts (context).
- Consider separate path for unofficial releases such as
-
Image tag is clearly defined -
Keep in mind that the NGINX template currently tests that the version is(Fixed in !2668 (merged)).>=0.27.0-0(source). This may require modifying the check depending on the format of the tag used.
-
-
The produced image is placed into a container repository. - This could be within the same project, but may end up in another.
-
[ ] TheBASE_IMAGEvalue in the Makefile is overridden in CI with the base image we build (context).
Edited by Mitchell Nielsen