exercism / rust-test-runner

GNU Affero General Public License v3.0
3 stars 15 forks source link

Reduce image size #76

Closed senekor closed 1 year ago

senekor commented 1 year ago

closes #75

ErikSchierboom commented 1 year ago

How much do we save with this?

senekor commented 1 year ago

A bit more than 50% or 1GB, old size was 2GB plus change, new size is ~950MB.

senekor commented 1 year ago

95O is with alpine, I switched to debian though to see if CI is fixed

senekor commented 1 year ago

debian is 1.6GB but it passes CI, while alpine does not. debian-slim is 970MB, which is almost the same as alpine, let's see if it passes CI.

ErikSchierboom commented 1 year ago

Thanks!