NandiniKJ
NandiniKJ
My base image doesn't have Python installed on it. I have attached the Distro of base image and GSC image. Base image: `root@baremetal01-innovation-poc-sgx:~/gramine/gsc# docker run -it --entrypoint /bin/bash icr.io/data-security-broker/dsb-shield-postgresql:v1 [baffle@9943670ad863...
I tried to change the distro to centos:8 in config.yaml file and then build it using ./gsc build --insecure-args icr.io/data-security-broker/dsb-shield-postgresql:v1 test/generic.manifest command. Got the following error. ` ---> 4a357a2376f9 Step...
Can you explain how to build an image by installing RHEL packages. Will this option run inside GSC or Gramine directly. Moving to other distros is not an option because...
Ok thanks.
Just wanted to check - my host OS is ubuntu and the application base image is RHEL. Will this work wrt GSC ? If not then which image is the...