gramineproject / gsc

Gramine Shielded Containers (Docker integration)
BSD 3-Clause "New" or "Revised" License
43 stars 34 forks source link

Add ubi8, ubi8-minimal support #168

Closed sahason closed 11 months ago

sahason commented 1 year ago

Description of the changes

Add ubi8, ubi8-minimal support.

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.


This change is Reviewable