Commit 8d6be42
committed
build: upgrade UBI base image to 10
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.1 parent edc4191 commit 8d6be42
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | | - | |
| 21 | + | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
0 commit comments