Inrixia / Floatplane-Downloader

Project for automatically organizing and downloading Floatplane videos for plex.
https://monitor.spookelton.net/public-dashboards/db0aec66747b4950b01b128916eb737e
GNU Affero General Public License v3.0
152 stars 41 forks source link

Switch to current-alpine to slim down Docker builds #191

Closed kprinssu closed 4 months ago

kprinssu commented 4 months ago

This PR will change the base Docker images to use the latest Node version on top of the slimmed down Alpine images.

Inrixia commented 4 months ago

Why was this closed?

kprinssu commented 4 months ago

Apologies, I was making sure the container was functional and it is 🎉 !

Inrixia commented 4 months ago

What's the size difference of the image after these changes?

kprinssu commented 4 months ago

It's about 2/3 size of the normal images:

# docker image ls | grep floatplane
kprinssu/floatplane-downloader        dev             789116f7076c   27 hours ago        237MB
inrix/floatplane-downloader           dev             90340801283b   5 days ago          301MB

The base alpine images remove a lot of cruft.

Inrixia commented 4 months ago

Awesome thanks!