jrottenberg / ffmpeg

Docker build for FFmpeg on Ubuntu / Alpine / Centos / Scratch / nvidia / vaapi
https://hub.docker.com/r/jrottenberg/ffmpeg/
Apache License 2.0
1.42k stars 455 forks source link

ADD rockylinux 8 #312

Closed arpagon closed 2 years ago

arpagon commented 3 years ago

Add Rockylinux and README to Build Multiarch for arm64/v8

jrottenberg commented 3 years ago

That's very interesting, thank you for the implementation. I have not looked at rockylinux too much, I'm still on centos, but it looks straightforward.

Can you extend the PR to support more than ffmpeg 4.4 ? If you look in templatesdirectory, you will find the building block. for each variant, and of course yo uwill need to updated https://github.com/jrottenberg/ffmpeg/blob/master/update.py#L21 to add that new variant. Ideally running ./update.py should preparea Dockerfile with rockylinux:8 as base for all the supported versions of ffmpeg

arpagon commented 2 years ago

Nice, already did in pull request #345

arpagon commented 2 years ago

Nice, already did in pull request #345