Загрузка видео...

Не удалось загрузить видео

На главную

I built software to cut docker image sizes by more than 80%. It uses dynamic analysis and and has a LOT more room for improvement. The demo here shows an ETL workflow docker image, cut down from 1.28GB to 193MB (-85%)! If large docker image sizes are becoming a...

353,139 просмотров • 1 год назад •via X (Twitter)

Комментарии: 10

Фото профиля omkaar
omkaar1 год назад

Read more:

Фото профиля harambe_musk🍌
harambe_musk🍌1 год назад

This tool could come in handy for exploring layers of docker that can be shrinked:

Фото профиля omkaar
omkaar1 год назад

dive is awesome!

Фото профиля vivekb.eth | w.ai
vivekb.eth | w.ai1 год назад

this is a common issue we face when running production containers on GPUs, we don’t even have a model in the image just a lot of dependencies. cool stuff would love to check it out

Фото профиля omkaar
omkaar1 год назад

thats the biggest problem with ML dependencies, they are extensible and bloated + dependencies creates a hoard of unused package. static analysis can only get you so far. would love to chat more if this is a pressing problem. Here is a quick explainer -

Фото профиля Adam M. Smith (史亚当)
Adam M. Smith (史亚当)1 год назад

The idea of watching for which parts of the FS are actually touched during execution reminds me of @playablequotes /

Фото профиля Vasco Lameiras
Vasco Lameiras1 год назад

Interesting, thanks for sharing. I usually settle with distroless

Фото профиля omkaar
omkaar1 год назад

distroless is the next best thing, my tool is more aggressive than distroless

Фото профиля Bobai Kato
Bobai Kato1 год назад

Simply reducing the size of the Docker image and confirming that it “still works fine” is not sufficient to guarantee that the image is free of defects. Could you provide more details on the additional testing methods you have used to validate its functionality and stability?

Фото профиля omkaar
omkaar1 год назад

good question, the ETL tool minimal image did precisely the same transformations as the larger image. For images with broader scope, tests on the application are needed to validate whether functionality is working. luckily, most orgs have tests like this. did you have any other ideas?

Похожие видео