Rocky Linux 9 container with systemd wrapper and a collection of video related tools:
- ffMPEG
- monospaced DejaVu fonts
- MistServer
- TSDuck
This image is useful as a base building block for other containers. Add
FROM ghcr.io/m1tk4/videorock:latest
at the top of your Dockerfile
to build on top of this.
Note that :latest
is the last tagged release, not the last commit in Github repo. To
get the last available version, use:
FROM ghcr.io/m1tk4/videorock:main
Starting from version 9 the containers are using the latest Rocky 9.x release. If you need a specific Rocky release here is the reference:
Rocky Release | videorock Release |
---|---|
9.3 | 9.3.x |
9.2 | 9.2.x |
9.1 | 9.1.x |
8.5 | 2.3 |