Fix UBI_VERSION variable
A while ago we switched from ubi8
to ubi9
as the base image for
registry.gitlab.com/gitlab-org/gitlab-runner/ubi-fips-base. I guess we
forgot to update this variable. The result is that all the images
created in this project were still based on the ubi8
version of the
ubi-fips-base
image.
We can see the 17.4.0
version of these images are still based on ubi8
:
> docker inspect registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-ubi-images/gitlab-runner-ocp:amd64-v17.4.0|grep ubi
"registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-ubi-images/gitlab-runner-ocp:amd64-v17.4.0"
"registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-ubi-images/gitlab-runner-ocp@sha256:7a2ce020ab0ec2cdfedb6f421b6d9a4a2250406af51437406e78f578b5048361"
"com.redhat.component": "ubi8-minimal-container",
"url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.8-860",
Edited by Axel von Bertoldi