Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.5 KB

docker.rst

File metadata and controls

51 lines (35 loc) · 1.5 KB

Generating Dockerfiles

Project includes pre-generated dockerfiles in the docker folder for the key possible setups. If you've done any customizations to the dockerfiles template sources, regenerate dockerfiles with the following commands:

cmake .
make

Top level Dockerfile templates are located in the subfolders of docker folder:

These templates include component ingredients defined in the .m4 files stored in templates folder.

It is possible to customize dockerfile setup by passing parameters during Dockerfile generation from templates.

DEVEL

Possible values: yes|no. Default value: yes

Switches on/off development build type with which container user is created with sudo privileges.

FFMPEG_VER

Possible values: <version tag>. Default value: n4.3

FFMPEG version to build. Use one of the FFMPEG release tags from https://github.com/FFmpeg/FFmpeg/releases or branch name or commit id.

VMAF_VER

Possible values: <version tag>. Default value: v1.5.2

VMAF version to build. Use one of the VMAF release tags from https://github.com/Netflix/vmaf/releases or branch name or commit id.