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

Currently failing builds #281

Closed eikowagenknecht closed 3 years ago

eikowagenknecht commented 3 years ago

Some builds are currently failing:

For the snapshot builds it seems to be an upstream snapshot code (ffmpeg) problem:

image

For centos7 it seems to a problem with the line

        curl -LSs https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.gz | \
        tar xzC ${DIR} --strip-components=1 && \

image

For centos8 it's an issue with the repository:

dnf --enablerepo=PowerTools install -y ${buildDeps} && \

image

eikowagenknecht commented 3 years ago

CentOS8 is a CentOS bug: https://bugs.centos.org/view.php?id=17920

The repository has to be named "powertools" and not "PowerTools" for now

eikowagenknecht commented 3 years ago

CentOS7 seems to have been a temporary thing. So acceppting PR #280 and #282 will fix everything but the snapshot problems :-)