Draft: Install wget on ubi8 micro images
What does this MR do?
Many of the fips images are being moved to use ubi8-micro
which does not include wget
or curl
. When called from the source project, this projects CI jobs fail when the base image does not include wget
or curl
.
This MR updates the install_wget
function to install wget
when the image is based on ubi8-micro
.
Related Issues and MRs
Edited by Craig Smith