edgelesssys / edgelessdb

EdgelessDB is a MySQL-compatible database for confidential computing. It runs entirely inside a secure enclave and comes with advanced features for collaboration, recovery, and access control.
https://edgeless.systems/products/edgelessdb
GNU General Public License v2.0
170 stars 17 forks source link

reproducible docker build #36

Closed thomasten closed 3 years ago

thomasten commented 3 years ago

Added Dockerfile for reproducible build. Therefore, it's not based on the ert images. (Same goes for the ego reproducible build.) Alternatively, we could reproducibly build the ert images and use them as base, but I felt that one wants to have all the build steps in a minimal Dockerfile. What's your opinion on this?

More questions below.