You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
153990: build: upgrade UBI base image to 10 r=jlinder,rickystewart a=rail
Previously, we were using UBI 9 as the base image for our Docker builds.
This commit upgrades the base image to UBI 10, which provides access to newer packages and security updates.
* No need to remove and reinstall tzdata in UBI 10, because it is not installed by default.
* Use `update-crypto-policies --set FIPS` instead of `fips-mode-setup` to enable FIPS mode, as the latter is not available in UBI 10.
Epic: none
Release note (general change): Docker images now use UBI 10 as the base image.
Co-authored-by: Rail Aliiev <rail@iqchoice.com>
0 commit comments