-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
Currently the adam and avocado images takes up to 1GB of disk space. It can be a pain to download an entire 1GB just to get a new feature of a few dozens lines of code...
There is good chances that 50% of this space can be spared by cleaning up after the build (e.g. maven artifacts, temporary files, etc).
E.g. we could use one docker container with maven to build an adam jar, and put the jar into another (smaller) container with java only.