Note
I've marked this as a breaking change (v2 -> v3) only because the user running this container has changed and may affect a minority of installations. If you're not doing anything fancy with this image, you should safely be able to update with no changes required. This change hardens the docker image by running the AceStream server as an unprivileged user, following best practices. See here for example of running this application in a Kubernetes cluster.
What's Changed
- feat!: run container as non-root on debian, use
uv
by @martinbjeldbak in #43
Full Changelog: v2.3.0...v3.0.0