Commit Graph
7 Commits
Author SHA1 Message Date
Jia Zhang 16ad03a94e [Tools] gsce: Use the last portion of the parsed app_name
A canonical image repo looks like "foo.com/hello-world:0.1". Thus the parsed
app_name should be the last portion of this string ("hello-world:0.1").
2019-09-12 11:34:31 -07:00
Li Lei 030a088892 [Tools] Multiple bug fixes of Graphene Secure Container (GSC) tool
- Forward container's LD_LIBRARY_PATH to the generated manifest
- Handle special library names when generating trusted files (libxxx-xxx.so)
- Add more standard files/directories to the generated manifest
2019-08-15 18:12:31 -07:00
Kush Garg 536f6a1e90 [Docs] Update GSC readme 2019-07-21 03:59:06 +02:00
Michał Kowalczyk 2bc2c04194 Remove trailing blanks 2019-05-07 16:32:16 +02:00
Zhang Chen 1c78c43c92 Tools/gsce: Clean up and optimize the integration of docker container and graphene-SGX
The dockerfile instruction RUN will create new layers
when it is executed, original codes will increase the size of
the final image and causes potential cache issues.
So we need to employ shell tricks to keep the layers as small as possible.

The detail:
https://docs.docker.com/v17.09/engine/userguide/eng-image/dockerfile_best-practices

Signed-off-by: Zhang Chen <chen.zhang@intel.com>
2019-02-26 13:19:53 -05:00
Michał Kowalczyk c9eb1d84e1 Fix Bash shebangs compatibility 2019-02-05 17:59:25 +01:00
Li Lei 2a98391d7b Graphene-SGX Secure Container: Seamless Integration of Docker Container and Graphene-SGX (#177)
* Adding scripts for building and running GSC (Graphene-SGX Secure Container)
* Describing GSC usage in Tools/README
2018-06-12 15:50:57 -07:00