gramineproject / gramine

A library OS for Linux multi-process applications, with Intel SGX support
GNU Lesser General Public License v3.0
587 stars 193 forks source link

[docker] Add test scripts #1914

Open oshogbo opened 3 months ago

oshogbo commented 3 months ago

Description of the changes

This pull request is related to https://github.com/gramineproject/gramine/pull/1913 and it adds the scripts for automatically testing Docker images before releasing them to Docker Hub.

How to test this PR?

GRAMINE_URL=https://github.com/oshogbo/gramine-wips.git ./test.sh ubuntu20

This change is Reviewable