edgebitio / enclaver

Open source toolkit created to enable easy adoption of software enclaves
https://edgebit.io/enclaver
Apache License 2.0
138 stars 14 forks source link

Clean up intermediate build artifacts in Docker #65

Closed russellhaering closed 2 years ago

russellhaering commented 2 years ago

Investigate removing "stopped containers" and intermediate images which are currently left behind by enclaver build.

At a minimum, aim to enable docker prune to work correctly (eg by not leaving tagged images behind). Better yet, do the pruning ourselves?

russellhaering commented 2 years ago

Addressed in #72