achill
achill
``` ➜ ~ podman run -it golang:1.24-alpine sh /go # cat /usr/local/go/src/os/signal/doc.go | head // Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is...
At Alpine we've been building tvheadend with ffmpeg 4. But yeah, proper support for ffmpeg 7 would be nice.
> BTW: Can you confirm the master (that use 6.1.1) is working (to confirm config used to build works as of Today)? TVH has transitioned from ffmpeg4 about 2 years...
I think you don't need to run as another user, as in a container you're already isolated and have only root permissions to the container and not on the host...
yes, has been fixed: https://security.alpinelinux.org/vuln/CVE-2024-5535
if the website i linked shows that the package is fixed for the supported Alpine releases, then Alpine has a patch/fix included.
As a workaround, you're free to run `apk upgrade -Ua` to install the latest package versions, which should solve those vulnerabilities.
> So talking about making the images more smaller its not really noticible. `nc` comes from busybox, so compiling busybox without nc woud really not be a big difference. >...