anatosun / plexamp-docker

An unofficial Docker image for Plexamp
https://www.plex.tv/plexamp/
35 stars 5 forks source link

1/5th'ed your image size #10

Closed kerta1n closed 6 months ago

kerta1n commented 6 months ago

Switched the base to slim but kept recommends, noticed quite a difference in pull time. Also bumped to Node 21.

kerta1n commented 6 months ago

docker image ls

kertain/plexamp-docker 4.10.1 252d881cd040 15 minutes ago 294MB ghcr.io/anatosun/plexamp amd64-4.10.1 1c32d5862da5 8 hours ago 1.08GB

kerta1n commented 6 months ago

Found a dependency error, do not approve PR just yet, fixing in 12h

anatosun commented 6 months ago

Why the bump to node 21? Plexamp uses node 20. I fear that if we use node 21 we might run into issues.

kerta1n commented 6 months ago

Alright, will bump back down

kerta1n commented 6 months ago

Dependency issue fixed, PR is ready to be merged

anatosun commented 6 months ago

Tested locally, everything seems fine. Thanks for the contribution!