Upgrade UBI image version
At the moment fips-amd64-runner-incept
job are failing with the following error:
./gitlab-runner: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by ./gitlab-runner)
./gitlab-runner: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./gitlab-runner)
UBI8 image have the version 2.28 of the GNU libc
sh-4.4# ldd --version
ldd (GNU libc) 2.28
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
With this MR we upgrade the UBI image to UBI 9 which has the right GNU Libc version
sh-5.1# ldd --version
ldd (GNU libc) 2.34
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
How to test
fips-amd64-runner-incept
must pass
See job
Edited by Romuald Atchadé