PDLPorters / devops

2 stars 0 forks source link

Create a PDL Dockerfile #5

Open zmughal opened 8 years ago

zmughal commented 2 years ago

First step towards this done by https://github.com/PDLPorters/devops/pull/39 however I believe we need smaller images before we tag the images as publishable.

mohawk2 commented 2 years ago

How big are they currently? And how much smaller are you targeting?

zmughal commented 2 years ago
pdl          latest      4a2ad4e9d42e   4 hours ago   1.06GB
perl         5.34-slim   be55682c14d1   3 weeks ago   139MB
perl         5.34        58d82cfe3532   3 weeks ago   890MB

I believe that I can separate out build-time dependencies from runtime dependencies. I'll try some time this week.

mohawk2 commented 2 years ago

Fantastic. I expect some kind of recursive du -s would help us analyse what's in there that's really big!