Skip to content

[K8S Dogfooding] Restructure UBI images to allow each separate gitlab-runner commit to be deployed.

UBI images are currently structured so that binaries are fetched from either main or release tag, nothing else. This makes it impossible to deploy each commit into gitlab-runner's main branch because at the time of running the ubi pipeline we can't be sure which binary is being picked up.

We have the following options: