Implementation note: Due to unavailability of expect, protobuf-c-devel and nasm packages in ubi8 CentOS repository is made available under ubi8 to install these 3 packages.
How to test this PR?
Take the hello-world example in the test folder and modify it to use redhat/ubi8:8.8 and redhat/ubi8-minimal:8.8 as base image.
Edit the config.yaml file to select the distro as redhat/ubi8:8.8 and redhat/ubi8-minimal:8.8.
Do the gsc build and gsc sign commands.
Description of the changes
Add
ubi8
,ubi8-minimal
support.Implementation note: Due to unavailability of
expect
,protobuf-c-devel
andnasm
packages in ubi8 CentOS repository is made available under ubi8 to install these 3 packages.How to test this PR?
Take the
hello-world
example in the test folder and modify it to useredhat/ubi8:8.8
andredhat/ubi8-minimal:8.8
as base image. Edit theconfig.yaml
file to select the distro asredhat/ubi8:8.8
andredhat/ubi8-minimal:8.8
. Do thegsc build
andgsc sign
commands.This change is