You need to sign in or sign up before continuing.
Rename Dockerfile for FIPS and use both ubi and fips names
Why is this change being made?
To support changes proposed in gitlab-org&7630 (closed) we need to rename our image from -ubi
to -fips
. To make sure old image name will be available until 15.0, we need to keep ubi
available and up to date. This MR addresses that.