Replies: 1 comment 1 reply
-
@blank-vax The Docker image has Gramine v1.4. So you should use the corresponding tag in the cloned Gramine repo: git clone https://github.com/gramineproject/gramine.git
cd gramine
git checkout v1.4 # this is important!
cd CI-Examples/ra-tls-secret-prov
... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to execute the examples in CI-Example directory in the gramineproject/gramine docker. Unfortunately, some errors appear when I perform the following instruction to build the files in the ra-tls-secret-prov directory.
The instruction is as that introduced in the CI-Example/ra-tls-secret-prov/README.md:
Here are my error information:
Finally, I got the error like this:
Could anyone assist me?
Beta Was this translation helpful? Give feedback.
All reactions